Color Hex Logo

#efaf8a Color Hex

#EFAF8A
(239,175,138)
0 Favorites   0 Comments

Color spaces of #efaf8a

RGB 239175138
HSL0.060.760.74
HSV22°42°94°
CMYK 0.000.270.42   0.06
XYZ55.514050.845630.9330
Yxy50.84560.40430.3703
Hunter Lab71.306114.182124.1939
CIE-Lab76.585418.875428.1527

#efaf8a color RGB value is (239,175,138).

#efaf8a hex color red value is 239, green value is 175 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #efaf8a hue: 0.06 , saturation: 0.76 and the lightness value of efaf8a is 0.74.

The process color (four color CMYK) of #efaf8a color hex is 0.00, 0.27, 0.42, 0.06. Web safe color of #efaf8a is #ff9999. Color #efaf8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10001010
Octal 357 257 212
Decimal 239 175 138
Hex EF AF 8A

RGB Percentages of Color #efaf8a

%43.30
%31.70
%25.00

CMYK Percentages of Color #efaf8a

%0
%27
%42
%6

Triadic Colors of #efaf8a

#efaf8a #8aefaf #af8aef

Analogous Colors of #efaf8a

#efaf8a #efe28a #ef8a98

Monochromatic Colors of #efaf8a

#efaf8a

Complementary Color

#efaf8a #8acaef

#efaf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf8a Color CSS Codes

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

#efaf8a Text Font Color

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

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


#efaf8a Background Color

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

This div background color is #efaf8a


#efaf8a Border Color

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

This div border color is #efaf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf8a


Comments

No comments written yet.

Please login to write comment.