Color Hex Logo

#dcefc6 Color Hex

#DCEFC6
(220,239,198)
0 Favorites   0 Comments

Color spaces of #dcefc6

RGB 220239198
HSL0.240.560.86
HSV88°17°94°
CMYK 0.080.000.17   0.06
XYZ70.574781.025965.3460
Yxy81.02590.32530.3735
Hunter Lab90.0144-17.574419.9685
CIE-Lab92.1432-13.368817.7533

#dcefc6 color RGB value is (220,239,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11000110
Octal 334 357 306
Decimal 220 239 198
Hex DC EF C6

RGB Percentages of Color #dcefc6

%33.49
%36.38
%30.14

CMYK Percentages of Color #dcefc6

%8
%0
%17
%6

Triadic Colors of #dcefc6

#dcefc6 #c6dcef #efc6dc

Analogous Colors of #dcefc6

#dcefc6 #c8efc6 #efeec6

Monochromatic Colors of #dcefc6

#dcefc6

Complementary Color

#dcefc6 #d9c6ef

#dcefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefc6 Color CSS Codes

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

#dcefc6 Text Font Color

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

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


#dcefc6 Background Color

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

This div background color is #dcefc6


#dcefc6 Border Color

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

This div border color is #dcefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefc6


Comments

No comments written yet.

Please login to write comment.