Color Hex Logo

#deeed1 Color Hex

#DEEED1
(222,238,209)
0 Favorites   0 Comments

Color spaces of #deeed1

RGB 222238209
HSL0.260.460.88
HSV93°12°93°
CMYK 0.070.000.12   0.07
XYZ72.207481.282172.2049
Yxy81.28210.31990.3601
Hunter Lab90.1566-14.811415.6252
CIE-Lab92.2571-10.394712.2425

#deeed1 color RGB value is (222,238,209).

#deeed1 hex color red value is 222, green value is 238 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #deeed1 hue: 0.26 , saturation: 0.46 and the lightness value of deeed1 is 0.88.

The process color (four color CMYK) of #deeed1 color hex is 0.07, 0.00, 0.12, 0.07. Web safe color of #deeed1 is #ccffcc. Color #deeed1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 11010001
Octal 336 356 321
Decimal 222 238 209
Hex DE EE D1

RGB Percentages of Color #deeed1

%33.18
%35.58
%31.24

CMYK Percentages of Color #deeed1

%7
%0
%12
%7

Triadic Colors of #deeed1

#deeed1 #d1deee #eed1de

Analogous Colors of #deeed1

#deeed1 #d1eed3 #edeed1

Monochromatic Colors of #deeed1

#deeed1

Complementary Color

#deeed1 #e1d1ee

#deeed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeed1 Color CSS Codes

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

#deeed1 Text Font Color

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

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


#deeed1 Background Color

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

This div background color is #deeed1


#deeed1 Border Color

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

This div border color is #deeed1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,238,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeed1


Comments

No comments written yet.

Please login to write comment.