Color Hex Logo

#deedee Color Hex

#DEEDEE
(222,237,238)
3 Favorites   0 Comments

Color spaces of #deedee

RGB 222237238
HSL0.510.320.90
HSV184°93°
CMYK 0.070.000.00   0.07
XYZ75.841082.271092.7716
Yxy82.27100.30230.3279
Hunter Lab90.7034-9.47932.8504
CIE-Lab92.6943-4.7516-2.2003

#deedee color RGB value is (222,237,238).

#deedee hex color red value is 222, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #deedee hue: 0.51 , saturation: 0.32 and the lightness value of deedee is 0.90.

The process color (four color CMYK) of #deedee color hex is 0.07, 0.00, 0.00, 0.07. Web safe color of #deedee is #ccffff. Color #deedee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 11101110
Octal 336 355 356
Decimal 222 237 238
Hex DE ED EE

RGB Percentages of Color #deedee

%31.85
%34.00
%34.15

CMYK Percentages of Color #deedee

%7
%0
%0
%7

Triadic Colors of #deedee

#deedee #eedeed #edeede

Analogous Colors of #deedee

#deedee #dee5ee #deeee7

Monochromatic Colors of #deedee

#deedee

Complementary Color

#deedee #eedfde

#deedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deedee Color CSS Codes

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

#deedee Text Font Color

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

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


#deedee Background Color

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

This div background color is #deedee


#deedee Border Color

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

This div border color is #deedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deedee

#deedee Color Palettes


Comments

No comments written yet.

Please login to write comment.