Color Hex Logo

#eaeddd Color Hex

#EAEDDD
(234,237,221)
0 Favorites   0 Comments

Color spaces of #eaeddd

RGB 234237221
HSL0.200.310.90
HSV71°93°
CMYK 0.010.000.07   0.07
XYZ77.267083.281380.4091
Yxy83.28130.32070.3456
Hunter Lab91.2586-8.569811.6398
CIE-Lab93.1375-3.77307.3903

#eaeddd color RGB value is (234,237,221).

#eaeddd hex color red value is 234, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eaeddd hue: 0.20 , saturation: 0.31 and the lightness value of eaeddd is 0.90.

The process color (four color CMYK) of #eaeddd color hex is 0.01, 0.00, 0.07, 0.07. Web safe color of #eaeddd is #ffffcc. Color #eaeddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 11011101
Octal 352 355 335
Decimal 234 237 221
Hex EA ED DD

RGB Percentages of Color #eaeddd

%33.82
%34.25
%31.94

CMYK Percentages of Color #eaeddd

%1
%0
%7
%7

Triadic Colors of #eaeddd

#eaeddd #ddeaed #edddea

Analogous Colors of #eaeddd

#eaeddd #e2eddd #ede8dd

Monochromatic Colors of #eaeddd

#eaeddd

Complementary Color

#eaeddd #e0dded

#eaeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeddd Color CSS Codes

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

#eaeddd Text Font Color

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

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


#eaeddd Background Color

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

This div background color is #eaeddd


#eaeddd Border Color

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

This div border color is #eaeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeddd


Comments

No comments written yet.

Please login to write comment.