Color Hex Logo

#fea08b Color Hex

#FEA08B
(254,160,139)
0 Favorites   0 Comments

Color spaces of #fea08b

RGB 254160139
HSL0.030.980.77
HSV11°45°100°
CMYK 0.000.370.45   0.00
XYZ58.104148.076530.6434
Yxy48.07650.42470.3514
Hunter Lab69.337228.241622.3330
CIE-Lab74.873232.657225.6122

#fea08b color RGB value is (254,160,139).

#fea08b hex color red value is 254, green value is 160 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fea08b hue: 0.03 , saturation: 0.98 and the lightness value of fea08b is 0.77.

The process color (four color CMYK) of #fea08b color hex is 0.00, 0.37, 0.45, 0.00. Web safe color of #fea08b is #ff9999. Color #fea08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 10001011
Octal 376 240 213
Decimal 254 160 139
Hex FE A0 8B

RGB Percentages of Color #fea08b

%45.93
%28.93
%25.14

CMYK Percentages of Color #fea08b

%0
%37
%45
%0

Triadic Colors of #fea08b

#fea08b #8bfea0 #a08bfe

Analogous Colors of #fea08b

#fea08b #feda8b #fe8bb0

Monochromatic Colors of #fea08b

#fea08b

Complementary Color

#fea08b #8be9fe

#fea08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea08b Color CSS Codes

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

#fea08b Text Font Color

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

This sample text font color is #fea08b
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.


#fea08b Background Color

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

This div background color is #fea08b


#fea08b Border Color

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

This div border color is #fea08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea08b


Comments

No comments written yet.

Please login to write comment.