Color Hex Logo

#efeead Color Hex

#EFEEAD
(239,238,173)
0 Favorites   0 Comments

Color spaces of #efeead

RGB 239238173
HSL0.160.670.81
HSV59°28°94°
CMYK 0.000.000.28   0.06
XYZ73.714082.516951.5774
Yxy82.51690.35470.3971
Hunter Lab90.8388-14.118529.9229
CIE-Lab92.8025-9.594531.6844

#efeead color RGB value is (239,238,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101110 10101101
Octal 357 356 255
Decimal 239 238 173
Hex EF EE AD

RGB Percentages of Color #efeead

%36.77
%36.62
%26.62

CMYK Percentages of Color #efeead

%0
%0
%28
%6

Triadic Colors of #efeead

#efeead #adefee #eeadef

Analogous Colors of #efeead

#efeead #cfefad #efcdad

Monochromatic Colors of #efeead

#efeead

Complementary Color

#efeead #adaeef

#efeead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeead Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeead Color CSS Codes

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

#efeead Text Font Color

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

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


#efeead Background Color

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

This div background color is #efeead


#efeead Border Color

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

This div border color is #efeead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeead


Comments

No comments written yet.

Please login to write comment.