Color Hex Logo

#dceee5 Color Hex

#DCEEE5
(220,238,229)
0 Favorites   0 Comments

Color spaces of #dceee5

RGB 220238229
HSL0.420.350.90
HSV150°93°
CMYK 0.080.000.04   0.07
XYZ74.232682.021986.0481
Yxy82.02190.30640.3385
Hunter Lab90.5659-12.18247.0638
CIE-Lab92.5845-7.58012.3061

#dceee5 color RGB value is (220,238,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11100101
Octal 334 356 345
Decimal 220 238 229
Hex DC EE E5

RGB Percentages of Color #dceee5

%32.02
%34.64
%33.33

CMYK Percentages of Color #dceee5

%8
%0
%4
%7

Triadic Colors of #dceee5

#dceee5 #e5dcee #eee5dc

Analogous Colors of #dceee5

#dceee5 #dceeee #dceedc

Monochromatic Colors of #dceee5

#dceee5

Complementary Color

#dceee5 #eedce5

#dceee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceee5 Color CSS Codes

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

#dceee5 Text Font Color

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

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


#dceee5 Background Color

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

This div background color is #dceee5


#dceee5 Border Color

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

This div border color is #dceee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceee5

#dceee5 Color Palettes


Comments

No comments written yet.

Please login to write comment.