Color Hex Logo

#dcfad0 Color Hex

#DCFAD0
(220,250,208)
0 Favorites   0 Comments

Color spaces of #dcfad0

RGB 220250208
HSL0.290.810.90
HSV103°17°98°
CMYK 0.120.000.17   0.02
XYZ75.086088.140972.7300
Yxy88.14090.31820.3735
Hunter Lab93.8834-21.535319.7873
CIE-Lab95.2202-17.183116.9296

#dcfad0 color RGB value is (220,250,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11010000
Octal 334 372 320
Decimal 220 250 208
Hex DC FA D0

RGB Percentages of Color #dcfad0

%32.45
%36.87
%30.68

CMYK Percentages of Color #dcfad0

%12
%0
%17
%2

Triadic Colors of #dcfad0

#dcfad0 #d0dcfa #fad0dc

Analogous Colors of #dcfad0

#dcfad0 #d0fad9 #f1fad0

Monochromatic Colors of #dcfad0

#dcfad0

Complementary Color

#dcfad0 #eed0fa

#dcfad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfad0 Color CSS Codes

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

#dcfad0 Text Font Color

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

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


#dcfad0 Background Color

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

This div background color is #dcfad0


#dcfad0 Border Color

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

This div border color is #dcfad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfad0


Comments

No comments written yet.

Please login to write comment.