Color Hex Logo

#dcfbd2 Color Hex

#DCFBD2
(220,251,210)
0 Favorites   0 Comments

Color spaces of #dcfbd2

RGB 220251210
HSL0.290.840.90
HSV105°16°98°
CMYK 0.120.000.16   0.02
XYZ75.645288.863174.1381
Yxy88.86310.31700.3724
Hunter Lab94.2672-21.729419.3574
CIE-Lab95.5232-17.344316.3309

#dcfbd2 color RGB value is (220,251,210).

#dcfbd2 hex color red value is 220, green value is 251 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dcfbd2 hue: 0.29 , saturation: 0.84 and the lightness value of dcfbd2 is 0.90.

The process color (four color CMYK) of #dcfbd2 color hex is 0.12, 0.00, 0.16, 0.02. Web safe color of #dcfbd2 is #ccffcc. Color #dcfbd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11010010
Octal 334 373 322
Decimal 220 251 210
Hex DC FB D2

RGB Percentages of Color #dcfbd2

%32.31
%36.86
%30.84

CMYK Percentages of Color #dcfbd2

%12
%0
%16
%2

Triadic Colors of #dcfbd2

#dcfbd2 #d2dcfb #fbd2dc

Analogous Colors of #dcfbd2

#dcfbd2 #d2fbdd #f1fbd2

Monochromatic Colors of #dcfbd2

#dcfbd2

Complementary Color

#dcfbd2 #f1d2fb

#dcfbd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbd2 Color CSS Codes

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

#dcfbd2 Text Font Color

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

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


#dcfbd2 Background Color

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

This div background color is #dcfbd2


#dcfbd2 Border Color

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

This div border color is #dcfbd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbd2

#dcfbd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.