Color Hex Logo

#deeddb Color Hex

#DEEDDB
(222,237,219)
0 Favorites   0 Comments

Color spaces of #deeddb

RGB 222237219
HSL0.310.330.89
HSV110°93°
CMYK 0.060.000.08   0.07
XYZ73.194681.212478.8356
Yxy81.21240.31380.3482
Hunter Lab90.1179-12.727011.2154
CIE-Lab92.2261-8.19157.0060

#deeddb color RGB value is (222,237,219).

#deeddb hex color red value is 222, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #deeddb hue: 0.31 , saturation: 0.33 and the lightness value of deeddb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 11011011
Octal 336 355 333
Decimal 222 237 219
Hex DE ED DB

RGB Percentages of Color #deeddb

%32.74
%34.96
%32.30

CMYK Percentages of Color #deeddb

%6
%0
%8
%7

Triadic Colors of #deeddb

#deeddb #dbdeed #eddbde

Analogous Colors of #deeddb

#deeddb #dbede1 #e7eddb

Monochromatic Colors of #deeddb

#deeddb

Complementary Color

#deeddb #eadbed

#deeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeddb Color CSS Codes

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

#deeddb Text Font Color

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

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


#deeddb Background Color

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

This div background color is #deeddb


#deeddb Border Color

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

This div border color is #deeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeddb


Comments

No comments written yet.

Please login to write comment.