Color Hex Logo

#eaeedd Color Hex

#EAEEDD
(234,238,221)
0 Favorites   0 Comments

Color spaces of #eaeedd

RGB 234238221
HSL0.210.330.90
HSV74°93°
CMYK 0.020.000.07   0.07
XYZ77.557483.862080.5059
Yxy83.86200.32060.3466
Hunter Lab91.5762-9.083711.9807
CIE-Lab93.3905-4.27997.7541

#eaeedd color RGB value is (234,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101110 11011101
Octal 352 356 335
Decimal 234 238 221
Hex EA EE DD

RGB Percentages of Color #eaeedd

%33.77
%34.34
%31.89

CMYK Percentages of Color #eaeedd

%2
%0
%7
%7

Triadic Colors of #eaeedd

#eaeedd #ddeaee #eeddea

Analogous Colors of #eaeedd

#eaeedd #e2eedd #eeeadd

Monochromatic Colors of #eaeedd

#eaeedd

Complementary Color

#eaeedd #e1ddee

#eaeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaeedd Color CSS Codes

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

#eaeedd Text Font Color

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

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


#eaeedd Background Color

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

This div background color is #eaeedd


#eaeedd Border Color

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

This div border color is #eaeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaeedd


Comments

No comments written yet.

Please login to write comment.