Color Hex Logo

#efeadc Color Hex

#EFEADC
(239,234,220)
0 Favorites   0 Comments

Color spaces of #efeadc

RGB 239234220
HSL0.120.370.90
HSV44°94°
CMYK 0.000.020.08   0.06
XYZ77.937782.363779.5002
Yxy82.36370.32500.3435
Hunter Lab90.7544-5.528911.5905
CIE-Lab92.7351-0.69267.3803

#efeadc color RGB value is (239,234,220).

#efeadc hex color red value is 239, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efeadc hue: 0.12 , saturation: 0.37 and the lightness value of efeadc is 0.90.

The process color (four color CMYK) of #efeadc color hex is 0.00, 0.02, 0.08, 0.06. Web safe color of #efeadc is #ffffcc. Color #efeadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11011100
Octal 357 352 334
Decimal 239 234 220
Hex EF EA DC

RGB Percentages of Color #efeadc

%34.49
%33.77
%31.75

CMYK Percentages of Color #efeadc

%0
%2
%8
%6

Triadic Colors of #efeadc

#efeadc #dcefea #eadcef

Analogous Colors of #efeadc

#efeadc #ebefdc #efe1dc

Monochromatic Colors of #efeadc

#efeadc

Complementary Color

#efeadc #dce1ef

#efeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeadc Color CSS Codes

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

#efeadc Text Font Color

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

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


#efeadc Background Color

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

This div background color is #efeadc


#efeadc Border Color

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

This div border color is #efeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeadc

#efeadc Color Palettes


Comments

No comments written yet.

Please login to write comment.