Color Hex Logo

#efa991 Color Hex

#EFA991
(239,169,145)
0 Favorites   0 Comments

Color spaces of #efa991

RGB 239169145
HSL0.040.750.75
HSV15°39°94°
CMYK 0.000.290.39   0.06
XYZ54.895448.771033.3085
Yxy48.77100.40080.3561
Hunter Lab69.836218.098120.6069
CIE-Lab75.308622.820422.6685

#efa991 color RGB value is (239,169,145).

#efa991 hex color red value is 239, green value is 169 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #efa991 hue: 0.04 , saturation: 0.75 and the lightness value of efa991 is 0.75.

The process color (four color CMYK) of #efa991 color hex is 0.00, 0.29, 0.39, 0.06. Web safe color of #efa991 is #ff9999. Color #efa991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 10010001
Octal 357 251 221
Decimal 239 169 145
Hex EF A9 91

RGB Percentages of Color #efa991

%43.22
%30.56
%26.22

CMYK Percentages of Color #efa991

%0
%29
%39
%6

Triadic Colors of #efa991

#efa991 #91efa9 #a991ef

Analogous Colors of #efa991

#efa991 #efd891 #ef91a8

Monochromatic Colors of #efa991

#efa991

Complementary Color

#efa991 #91d7ef

#efa991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa991 Color CSS Codes

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

#efa991 Text Font Color

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

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


#efa991 Background Color

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

This div background color is #efa991


#efa991 Border Color

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

This div border color is #efa991


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,169,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efa991; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efa991;
  -webkit-box-shadow: 1px 1px 3px 2px #efa991;
  box-shadow:         1px 1px 3px 2px #efa991; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa991


Comments

No comments written yet.

Please login to write comment.