Color Hex Logo

#dceee8 Color Hex

#DCEEE8
(220,238,232)
0 Favorites   0 Comments

Color spaces of #dceee8

RGB 220238232
HSL0.440.350.90
HSV160°93°
CMYK 0.080.000.03   0.07
XYZ74.655282.190988.2736
Yxy82.19090.30460.3353
Hunter Lab90.6592-11.66415.7316
CIE-Lab92.6590-7.02920.8540

#dceee8 color RGB value is (220,238,232).

#dceee8 hex color red value is 220, green value is 238 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dceee8 hue: 0.44 , saturation: 0.35 and the lightness value of dceee8 is 0.90.

The process color (four color CMYK) of #dceee8 color hex is 0.08, 0.00, 0.03, 0.07. Web safe color of #dceee8 is #ccffff. Color #dceee8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11101000
Octal 334 356 350
Decimal 220 238 232
Hex DC EE E8

RGB Percentages of Color #dceee8

%31.88
%34.49
%33.62

CMYK Percentages of Color #dceee8

%8
%0
%3
%7

Triadic Colors of #dceee8

#dceee8 #e8dcee #eee8dc

Analogous Colors of #dceee8

#dceee8 #dcebee #dceedf

Monochromatic Colors of #dceee8

#dceee8

Complementary Color

#dceee8 #eedce2

#dceee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceee8 Color CSS Codes

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

#dceee8 Text Font Color

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

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


#dceee8 Background Color

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

This div background color is #dceee8


#dceee8 Border Color

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

This div border color is #dceee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceee8


Comments

No comments written yet.

Please login to write comment.