Color Hex Logo

#dcecca Color Hex

#DCECCA
(220,236,202)
0 Favorites   0 Comments

Color spaces of #dcecca

RGB 220236202
HSL0.250.470.86
HSV88°14°93°
CMYK 0.070.000.14   0.07
XYZ70.171379.470867.5181
Yxy79.47080.32310.3660
Hunter Lab89.1464-15.500517.4971
CIE-Lab91.4469-11.231714.7039

#dcecca color RGB value is (220,236,202).

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

The process color (four color CMYK) of #dcecca color hex is 0.07, 0.00, 0.14, 0.07. Web safe color of #dcecca is #ccffcc. Color #dcecca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11001010
Octal 334 354 312
Decimal 220 236 202
Hex DC EC CA

RGB Percentages of Color #dcecca

%33.43
%35.87
%30.70

CMYK Percentages of Color #dcecca

%7
%0
%14
%7

Triadic Colors of #dcecca

#dcecca #cadcec #eccadc

Analogous Colors of #dcecca

#dcecca #cbecca #ecebca

Monochromatic Colors of #dcecca

#dcecca

Complementary Color

#dcecca #dacaec

#dcecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecca Color CSS Codes

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

#dcecca Text Font Color

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

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


#dcecca Background Color

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

This div background color is #dcecca


#dcecca Border Color

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

This div border color is #dcecca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,236,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 #dcecca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecca


Comments

No comments written yet.

Please login to write comment.