Color Hex Logo

#efcead Color Hex

#EFCEAD
(239,206,173)
1 Favorites   0 Comments

Color spaces of #efcead

RGB 239206173
HSL0.080.670.81
HSV30°28°94°
CMYK 0.000.140.28   0.06
XYZ65.210765.510548.7430
Yxy65.51050.36340.3650
Hunter Lab80.93862.171720.9512
CIE-Lab84.74616.741020.7040

#efcead color RGB value is (239,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10101101
Octal 357 316 255
Decimal 239 206 173
Hex EF CE AD

RGB Percentages of Color #efcead

%38.67
%33.33
%27.99

CMYK Percentages of Color #efcead

%0
%14
%28
%6

Triadic Colors of #efcead

#efcead #adefce #ceadef

Analogous Colors of #efcead

#efcead #efefad #efadad

Monochromatic Colors of #efcead

#efcead

Complementary Color

#efcead #adceef

#efcead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcead Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcead Color CSS Codes

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

#efcead Text Font Color

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

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


#efcead Background Color

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

This div background color is #efcead


#efcead Border Color

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

This div border color is #efcead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcead

#efcead Color Palettes


Comments

No comments written yet.

Please login to write comment.