Color Hex Logo

#efccad Color Hex

#EFCCAD
(239,204,173)
0 Favorites   0 Comments

Color spaces of #efccad

RGB 239204173
HSL0.080.670.81
HSV28°28°94°
CMYK 0.000.150.28   0.06
XYZ64.732364.553648.5835
Yxy64.55360.36390.3629
Hunter Lab80.34533.209120.3900
CIE-Lab84.25327.784620.0211

#efccad color RGB value is (239,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10101101
Octal 357 314 255
Decimal 239 204 173
Hex EF CC AD

RGB Percentages of Color #efccad

%38.80
%33.12
%28.08

CMYK Percentages of Color #efccad

%0
%15
%28
%6

Triadic Colors of #efccad

#efccad #adefcc #ccadef

Analogous Colors of #efccad

#efccad #efedad #efadaf

Monochromatic Colors of #efccad

#efccad

Complementary Color

#efccad #add0ef

#efccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccad Color CSS Codes

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

#efccad Text Font Color

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

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


#efccad Background Color

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

This div background color is #efccad


#efccad Border Color

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

This div border color is #efccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccad


Comments

No comments written yet.

Please login to write comment.