Color Hex Logo

#feb163 Color Hex

#FEB163
(254,177,99)
0 Favorites   0 Comments

Color spaces of #feb163

RGB 25417799
HSL0.080.990.69
HSV30°61°100°
CMYK 0.000.300.61   0.00
XYZ58.847353.416019.0131
Yxy53.41600.44830.4069
Hunter Lab73.086315.823035.7363
CIE-Lab78.120020.464050.4880

#feb163 color RGB value is (254,177,99).

#feb163 hex color red value is 254, green value is 177 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #feb163 hue: 0.08 , saturation: 0.99 and the lightness value of feb163 is 0.69.

The process color (four color CMYK) of #feb163 color hex is 0.00, 0.30, 0.61, 0.00. Web safe color of #feb163 is #ff9966. Color #feb163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 01100011
Octal 376 261 143
Decimal 254 177 99
Hex FE B1 63

RGB Percentages of Color #feb163

%47.92
%33.40
%18.68

CMYK Percentages of Color #feb163

%0
%30
%61
%0

Triadic Colors of #feb163

#feb163 #63feb1 #b163fe

Analogous Colors of #feb163

#feb163 #fefe63 #fe6463

Monochromatic Colors of #feb163

#feb163

Complementary Color

#feb163 #63b0fe

#feb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb163 Color CSS Codes

.mybgcolor {background-color:#feb163; } 
.myforecolor {color:#feb163; }
.mybordercolor {border:3px solid #feb163; }

#feb163 Text Font Color

<p style="color:#feb163">Text here</p>

This sample text font color is #feb163
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#feb163 Background Color

<div style="background-color:#feb163">
Div content here</div>

This div background color is #feb163


#feb163 Border Color

<div style="border:3px solid #feb163">
Div here</div>

This div border color is #feb163


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,177,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feb163; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feb163;
  -webkit-box-shadow: 1px 1px 3px 2px #feb163;
  box-shadow:         1px 1px 3px 2px #feb163; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,177,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feb163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #feb163;
  -webkit-box-shadow: 1px 1px 3px 2px #feb163;
  box-shadow:         1px 1px 3px 2px #feb163;">
Div content here</div>

This div box has shadow with color #feb163


Comments

No comments written yet.

Please login to write comment.