Color Hex Logo

#dcffcc Color Hex

#DCFFCC
(220,255,204)
0 Favorites   0 Comments

Color spaces of #dcffcc

RGB 220255204
HSL0.281.000.90
HSV101°20°100°
CMYK 0.140.000.20   0.00
XYZ76.174391.095370.6951
Yxy91.09530.32010.3828
Hunter Lab95.4439-24.564922.8947
CIE-Lab96.4493-20.258320.6946

#dcffcc color RGB value is (220,255,204).

#dcffcc hex color red value is 220, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcffcc hue: 0.28 , saturation: 1.00 and the lightness value of dcffcc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11001100
Octal 334 377 314
Decimal 220 255 204
Hex DC FF CC

RGB Percentages of Color #dcffcc

%32.40
%37.56
%30.04

CMYK Percentages of Color #dcffcc

%14
%0
%20
%0

Triadic Colors of #dcffcc

#dcffcc #ccdcff #ffccdc

Analogous Colors of #dcffcc

#dcffcc #ccffd6 #f6ffcc

Monochromatic Colors of #dcffcc

#dcffcc

Complementary Color

#dcffcc #efccff

#dcffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffcc Color CSS Codes

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

#dcffcc Text Font Color

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

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


#dcffcc Background Color

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

This div background color is #dcffcc


#dcffcc Border Color

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

This div border color is #dcffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.