Color Hex Logo

#dcfdc2 Color Hex

#DCFDC2
(220,253,194)
0 Favorites   0 Comments

Color spaces of #dcfdc2

RGB 220253194
HSL0.260.940.88
HSV94°23°99°
CMYK 0.130.000.23   0.01
XYZ74.378189.361264.3672
Yxy89.36120.32610.3918
Hunter Lab94.5311-24.983525.8005
CIE-Lab95.7312-20.842524.7860

#dcfdc2 color RGB value is (220,253,194).

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

The process color (four color CMYK) of #dcfdc2 color hex is 0.13, 0.00, 0.23, 0.01. Web safe color of #dcfdc2 is #ccffcc. Color #dcfdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11000010
Octal 334 375 302
Decimal 220 253 194
Hex DC FD C2

RGB Percentages of Color #dcfdc2

%32.98
%37.93
%29.09

CMYK Percentages of Color #dcfdc2

%13
%0
%23
%1

Triadic Colors of #dcfdc2

#dcfdc2 #c2dcfd #fdc2dc

Analogous Colors of #dcfdc2

#dcfdc2 #c2fdc6 #fafdc2

Monochromatic Colors of #dcfdc2

#dcfdc2

Complementary Color

#dcfdc2 #e3c2fd

#dcfdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdc2 Color CSS Codes

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

#dcfdc2 Text Font Color

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

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


#dcfdc2 Background Color

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

This div background color is #dcfdc2


#dcfdc2 Border Color

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

This div border color is #dcfdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdc2

Related Colors


Comments

No comments written yet.

Please login to write comment.