Color Hex Logo

#dcefc2 Color Hex

#DCEFC2
(220,239,194)
0 Favorites   0 Comments

Color spaces of #dcefc2

RGB 220239194
HSL0.240.580.85
HSV85°19°94°
CMYK 0.080.000.19   0.06
XYZ70.119380.843762.9476
Yxy80.84370.32780.3779
Hunter Lab89.9131-18.143721.4306
CIE-Lab92.0621-13.995119.7032

#dcefc2 color RGB value is (220,239,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11000010
Octal 334 357 302
Decimal 220 239 194
Hex DC EF C2

RGB Percentages of Color #dcefc2

%33.69
%36.60
%29.71

CMYK Percentages of Color #dcefc2

%8
%0
%19
%6

Triadic Colors of #dcefc2

#dcefc2 #c2dcef #efc2dc

Analogous Colors of #dcefc2

#dcefc2 #c6efc2 #efecc2

Monochromatic Colors of #dcefc2

#dcefc2

Complementary Color

#dcefc2 #d5c2ef

#dcefc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefc2 Color CSS Codes

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

#dcefc2 Text Font Color

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

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


#dcefc2 Background Color

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

This div background color is #dcefc2


#dcefc2 Border Color

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

This div border color is #dcefc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefc2


Comments

No comments written yet.

Please login to write comment.