Color Hex Logo

#efcaad Color Hex

#EFCAAD
(239,202,173)
0 Favorites   0 Comments

Color spaces of #efcaad

RGB 239202173
HSL0.070.670.81
HSV26°28°94°
CMYK 0.000.150.28   0.06
XYZ64.260063.608948.4260
Yxy63.60890.36450.3608
Hunter Lab79.75524.248719.8287
CIE-Lab83.76178.830419.3391

#efcaad color RGB value is (239,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 10101101
Octal 357 312 255
Decimal 239 202 173
Hex EF CA AD

RGB Percentages of Color #efcaad

%38.93
%32.90
%28.18

CMYK Percentages of Color #efcaad

%0
%15
%28
%6

Triadic Colors of #efcaad

#efcaad #adefca #caadef

Analogous Colors of #efcaad

#efcaad #efebad #efadb1

Monochromatic Colors of #efcaad

#efcaad

Complementary Color

#efcaad #add2ef

#efcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaad Color CSS Codes

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

#efcaad Text Font Color

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

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


#efcaad Background Color

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

This div background color is #efcaad


#efcaad Border Color

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

This div border color is #efcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaad


Comments

No comments written yet.

Please login to write comment.