Color Hex Logo

#efaf89 Color Hex

#EFAF89
(239,175,137)
0 Favorites   0 Comments

Color spaces of #efaf89

RGB 239175137
HSL0.060.760.74
HSV22°43°94°
CMYK 0.000.270.43   0.06
XYZ55.441950.816830.5534
Yxy50.81680.40520.3714
Hunter Lab71.285914.076324.4882
CIE-Lab76.567918.769828.6626

#efaf89 color RGB value is (239,175,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10001001
Octal 357 257 211
Decimal 239 175 137
Hex EF AF 89

RGB Percentages of Color #efaf89

%43.38
%31.76
%24.86

CMYK Percentages of Color #efaf89

%0
%27
%43
%6

Triadic Colors of #efaf89

#efaf89 #89efaf #af89ef

Analogous Colors of #efaf89

#efaf89 #efe289 #ef8996

Monochromatic Colors of #efaf89

#efaf89

Complementary Color

#efaf89 #89c9ef

#efaf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf89 Color CSS Codes

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

#efaf89 Text Font Color

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

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


#efaf89 Background Color

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

This div background color is #efaf89


#efaf89 Border Color

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

This div border color is #efaf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf89


Comments

No comments written yet.

Please login to write comment.