Color Hex Logo

#efd5af Color Hex

#EFD5AF
(239,213,175)
1 Favorites   0 Comments

Color spaces of #efd5af

RGB 239213175
HSL0.100.670.81
HSV36°27°94°
CMYK 0.000.110.27   0.06
XYZ67.128769.034450.3443
Yxy69.03440.35990.3701
Hunter Lab83.0869-1.186122.2357
CIE-Lab86.52113.372022.1069

#efd5af color RGB value is (239,213,175).

#efd5af hex color red value is 239, green value is 213 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #efd5af hue: 0.10 , saturation: 0.67 and the lightness value of efd5af is 0.81.

The process color (four color CMYK) of #efd5af color hex is 0.00, 0.11, 0.27, 0.06. Web safe color of #efd5af is #ffcc99. Color #efd5af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 10101111
Octal 357 325 257
Decimal 239 213 175
Hex EF D5 AF

RGB Percentages of Color #efd5af

%38.12
%33.97
%27.91

CMYK Percentages of Color #efd5af

%0
%11
%27
%6

Triadic Colors of #efd5af

#efd5af #afefd5 #d5afef

Analogous Colors of #efd5af

#efd5af #e9efaf #efb5af

Monochromatic Colors of #efd5af

#efd5af

Complementary Color

#efd5af #afc9ef

#efd5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd5af Color CSS Codes

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

#efd5af Text Font Color

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

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


#efd5af Background Color

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

This div background color is #efd5af


#efd5af Border Color

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

This div border color is #efd5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd5af


Comments

No comments written yet.

Please login to write comment.