Color Hex Logo

#dcf3cc Color Hex

#DCF3CC
(220,243,204)
0 Favorites   0 Comments

Color spaces of #dcf3cc

RGB 220243204
HSL0.260.620.88
HSV95°16°95°
CMYK 0.090.000.16   0.05
XYZ72.464983.676569.4586
Yxy83.67650.32120.3709
Hunter Lab91.4749-18.676219.0124
CIE-Lab93.3098-14.390716.2974

#dcf3cc color RGB value is (220,243,204).

#dcf3cc hex color red value is 220, green value is 243 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcf3cc hue: 0.26 , saturation: 0.62 and the lightness value of dcf3cc is 0.88.

The process color (four color CMYK) of #dcf3cc color hex is 0.09, 0.00, 0.16, 0.05. Web safe color of #dcf3cc is #ccffcc. Color #dcf3cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 11001100
Octal 334 363 314
Decimal 220 243 204
Hex DC F3 CC

RGB Percentages of Color #dcf3cc

%32.98
%36.43
%30.58

CMYK Percentages of Color #dcf3cc

%9
%0
%16
%5

Triadic Colors of #dcf3cc

#dcf3cc #ccdcf3 #f3ccdc

Analogous Colors of #dcf3cc

#dcf3cc #ccf3d0 #f0f3cc

Monochromatic Colors of #dcf3cc

#dcf3cc

Complementary Color

#dcf3cc #e3ccf3

#dcf3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3cc Color CSS Codes

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

#dcf3cc Text Font Color

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

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


#dcf3cc Background Color

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

This div background color is #dcf3cc


#dcf3cc Border Color

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

This div border color is #dcf3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3cc


Comments

No comments written yet.

Please login to write comment.