Color Hex Logo

#dcefc8 Color Hex

#DCEFC8
(220,239,200)
0 Favorites   0 Comments

Color spaces of #dcefc8

RGB 220239200
HSL0.250.550.86
HSV89°16°94°
CMYK 0.080.000.16   0.06
XYZ70.807081.118866.5691
Yxy81.11880.32410.3713
Hunter Lab90.0660-17.284419.2241
CIE-Lab92.1845-13.050716.7785

#dcefc8 color RGB value is (220,239,200).

#dcefc8 hex color red value is 220, green value is 239 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dcefc8 hue: 0.25 , saturation: 0.55 and the lightness value of dcefc8 is 0.86.

The process color (four color CMYK) of #dcefc8 color hex is 0.08, 0.00, 0.16, 0.06. Web safe color of #dcefc8 is #ccffcc. Color #dcefc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11001000
Octal 334 357 310
Decimal 220 239 200
Hex DC EF C8

RGB Percentages of Color #dcefc8

%33.38
%36.27
%30.35

CMYK Percentages of Color #dcefc8

%8
%0
%16
%6

Triadic Colors of #dcefc8

#dcefc8 #c8dcef #efc8dc

Analogous Colors of #dcefc8

#dcefc8 #c9efc8 #efefc8

Monochromatic Colors of #dcefc8

#dcefc8

Complementary Color

#dcefc8 #dbc8ef

#dcefc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefc8 Color CSS Codes

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

#dcefc8 Text Font Color

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

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


#dcefc8 Background Color

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

This div background color is #dcefc8


#dcefc8 Border Color

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

This div border color is #dcefc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefc8


Comments

No comments written yet.

Please login to write comment.