Color Hex Logo

#efaf91 Color Hex

#EFAF91
(239,175,145)
0 Favorites   0 Comments

Color spaces of #efaf91

RGB 239175145
HSL0.050.750.75
HSV19°39°94°
CMYK 0.000.270.39   0.06
XYZ56.037451.055033.6892
Yxy51.05500.39800.3627
Hunter Lab71.452814.947622.0624
CIE-Lab76.712319.637724.5771

#efaf91 color RGB value is (239,175,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 10010001
Octal 357 257 221
Decimal 239 175 145
Hex EF AF 91

RGB Percentages of Color #efaf91

%42.75
%31.31
%25.94

CMYK Percentages of Color #efaf91

%0
%27
%39
%6

Triadic Colors of #efaf91

#efaf91 #91efaf #af91ef

Analogous Colors of #efaf91

#efaf91 #efde91 #ef91a2

Monochromatic Colors of #efaf91

#efaf91

Complementary Color

#efaf91 #91d1ef

#efaf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaf91 Color CSS Codes

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

#efaf91 Text Font Color

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

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


#efaf91 Background Color

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

This div background color is #efaf91


#efaf91 Border Color

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

This div border color is #efaf91


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,175,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 #efaf91">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaf91


Comments

No comments written yet.

Please login to write comment.