Color Hex Logo

#dcefab Color Hex

#DCEFAB
(220,239,171)
0 Favorites   0 Comments

Color spaces of #dcefab

RGB 220239171
HSL0.210.680.80
HSV77°28°94°
CMYK 0.080.000.28   0.06
XYZ67.732479.888950.3783
Yxy79.88890.34210.4035
Hunter Lab89.3806-21.149229.1483
CIE-Lab91.6350-17.339830.8891

#dcefab color RGB value is (220,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10101011
Octal 334 357 253
Decimal 220 239 171
Hex DC EF AB

RGB Percentages of Color #dcefab

%34.92
%37.94
%27.14

CMYK Percentages of Color #dcefab

%8
%0
%28
%6

Triadic Colors of #dcefab

#dcefab #abdcef #efabdc

Analogous Colors of #dcefab

#dcefab #baefab #efe0ab

Monochromatic Colors of #dcefab

#dcefab

Complementary Color

#dcefab #beabef

#dcefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefab Color CSS Codes

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

#dcefab Text Font Color

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

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


#dcefab Background Color

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

This div background color is #dcefab


#dcefab Border Color

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

This div border color is #dcefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefab


Comments

No comments written yet.

Please login to write comment.