Color Hex Logo

#efdaad Color Hex

#EFDAAD
(239,218,173)
0 Favorites   0 Comments

Color spaces of #efdaad

RGB 239218173
HSL0.110.670.81
HSV41°28°94°
CMYK 0.000.090.28   0.06
XYZ68.210871.510749.7430
Yxy71.51070.36000.3774
Hunter Lab84.5640-4.005824.3187
CIE-Lab87.73250.530124.8138

#efdaad color RGB value is (239,218,173).

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

The process color (four color CMYK) of #efdaad color hex is 0.00, 0.09, 0.28, 0.06. Web safe color of #efdaad is #ffcc99. Color #efdaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10101101
Octal 357 332 255
Decimal 239 218 173
Hex EF DA AD

RGB Percentages of Color #efdaad

%37.94
%34.60
%27.46

CMYK Percentages of Color #efdaad

%0
%9
%28
%6

Triadic Colors of #efdaad

#efdaad #adefda #daadef

Analogous Colors of #efdaad

#efdaad #e3efad #efb9ad

Monochromatic Colors of #efdaad

#efdaad

Complementary Color

#efdaad #adc2ef

#efdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaad Color CSS Codes

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

#efdaad Text Font Color

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

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


#efdaad Background Color

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

This div background color is #efdaad


#efdaad Border Color

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

This div border color is #efdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaad


Comments

No comments written yet.

Please login to write comment.