Color Hex Logo

#dcefca Color Hex

#DCEFCA
(220,239,202)
0 Favorites   0 Comments

Color spaces of #dcefca

RGB 220239202
HSL0.250.540.86
HSV91°15°94°
CMYK 0.080.000.15   0.06
XYZ71.042481.212967.8084
Yxy81.21290.32280.3690
Hunter Lab90.1182-16.990918.4707
CIE-Lab92.2263-12.729215.8037

#dcefca color RGB value is (220,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11001010
Octal 334 357 312
Decimal 220 239 202
Hex DC EF CA

RGB Percentages of Color #dcefca

%33.28
%36.16
%30.56

CMYK Percentages of Color #dcefca

%8
%0
%15
%6

Triadic Colors of #dcefca

#dcefca #cadcef #efcadc

Analogous Colors of #dcefca

#dcefca #caefcb #efefca

Monochromatic Colors of #dcefca

#dcefca

Complementary Color

#dcefca #ddcaef

#dcefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefca Color CSS Codes

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

#dcefca Text Font Color

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

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


#dcefca Background Color

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

This div background color is #dcefca


#dcefca Border Color

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

This div border color is #dcefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefca


Comments

No comments written yet.

Please login to write comment.