Color Hex Logo

#dceeea Color Hex

#DCEEEA
(220,238,234)
3 Favorites   0 Comments

Color spaces of #dceeea

RGB 220238234
HSL0.460.350.90
HSV167°93°
CMYK 0.080.000.02   0.07
XYZ74.941082.305289.7786
Yxy82.30520.30340.3332
Hunter Lab90.7222-11.31414.8322
CIE-Lab92.7094-6.6582-0.1130

#dceeea color RGB value is (220,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11101010
Octal 334 356 352
Decimal 220 238 234
Hex DC EE EA

RGB Percentages of Color #dceeea

%31.79
%34.39
%33.82

CMYK Percentages of Color #dceeea

%8
%0
%2
%7

Triadic Colors of #dceeea

#dceeea #eadcee #eeeadc

Analogous Colors of #dceeea

#dceeea #dce9ee #dceee1

Monochromatic Colors of #dceeea

#dceeea

Complementary Color

#dceeea #eedce0

#dceeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeea Color CSS Codes

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

#dceeea Text Font Color

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

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


#dceeea Background Color

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

This div background color is #dceeea


#dceeea Border Color

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

This div border color is #dceeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeea


Comments

No comments written yet.

Please login to write comment.