Color Hex Logo

#deecee Color Hex

#DEECEE
(222,236,238)
0 Favorites   0 Comments

Color spaces of #deecee

RGB 222236238
HSL0.520.320.90
HSV188°93°
CMYK 0.070.010.00   0.07
XYZ75.552381.693592.6753
Yxy81.69350.30230.3269
Hunter Lab90.3845-8.96482.4764
CIE-Lab92.4394-4.2420-2.5742

#deecee color RGB value is (222,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 11101110
Octal 336 354 356
Decimal 222 236 238
Hex DE EC EE

RGB Percentages of Color #deecee

%31.90
%33.91
%34.20

CMYK Percentages of Color #deecee

%7
%1
%0
%7

Triadic Colors of #deecee

#deecee #eedeec #eceede

Analogous Colors of #deecee

#deecee #dee4ee #deeee8

Monochromatic Colors of #deecee

#deecee

Complementary Color

#deecee #eee0de

#deecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#deecee Color CSS Codes

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

#deecee Text Font Color

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

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


#deecee Background Color

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

This div background color is #deecee


#deecee Border Color

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

This div border color is #deecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deecee


Comments

No comments written yet.

Please login to write comment.