Color Hex Logo

#dcefac Color Hex

#DCEFAC
(220,239,172)
0 Favorites   0 Comments

Color spaces of #dcefac

RGB 220239172
HSL0.210.680.81
HSV77°28°94°
CMYK 0.080.000.28   0.06
XYZ67.828179.927250.8823
Yxy79.92720.34150.4024
Hunter Lab89.4020-21.028028.8371
CIE-Lab91.6522-17.203730.4047

#dcefac color RGB value is (220,239,172).

#dcefac hex color red value is 220, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcefac hue: 0.21 , saturation: 0.68 and the lightness value of dcefac is 0.81.

The process color (four color CMYK) of #dcefac color hex is 0.08, 0.00, 0.28, 0.06. Web safe color of #dcefac is #ccff99. Color #dcefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10101100
Octal 334 357 254
Decimal 220 239 172
Hex DC EF AC

RGB Percentages of Color #dcefac

%34.87
%37.88
%27.26

CMYK Percentages of Color #dcefac

%8
%0
%28
%6

Triadic Colors of #dcefac

#dcefac #acdcef #efacdc

Analogous Colors of #dcefac

#dcefac #bbefac #efe1ac

Monochromatic Colors of #dcefac

#dcefac

Complementary Color

#dcefac #bfacef

#dcefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefac Color CSS Codes

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

#dcefac Text Font Color

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

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


#dcefac Background Color

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

This div background color is #dcefac


#dcefac Border Color

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

This div border color is #dcefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefac


Comments

No comments written yet.

Please login to write comment.