Color Hex Logo

#dcecc8 Color Hex

#DCECC8
(220,236,200)
0 Favorites   0 Comments

Color spaces of #dcecc8

RGB 220236200
HSL0.240.490.85
HSV87°15°93°
CMYK 0.070.000.15   0.07
XYZ69.936079.376766.2788
Yxy79.37670.32440.3682
Hunter Lab89.0936-15.796318.2583
CIE-Lab91.4045-11.554515.6807

#dcecc8 color RGB value is (220,236,200).

#dcecc8 hex color red value is 220, green value is 236 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dcecc8 hue: 0.24 , saturation: 0.49 and the lightness value of dcecc8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11001000
Octal 334 354 310
Decimal 220 236 200
Hex DC EC C8

RGB Percentages of Color #dcecc8

%33.54
%35.98
%30.49

CMYK Percentages of Color #dcecc8

%7
%0
%15
%7

Triadic Colors of #dcecc8

#dcecc8 #c8dcec #ecc8dc

Analogous Colors of #dcecc8

#dcecc8 #caecc8 #eceac8

Monochromatic Colors of #dcecc8

#dcecc8

Complementary Color

#dcecc8 #d8c8ec

#dcecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecc8 Color CSS Codes

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

#dcecc8 Text Font Color

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

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


#dcecc8 Background Color

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

This div background color is #dcecc8


#dcecc8 Border Color

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

This div border color is #dcecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecc8


Comments

No comments written yet.

Please login to write comment.