Color Hex Logo

#dcfdaf Color Hex

#DCFDAF
(220,253,175)
0 Favorites   0 Comments

Color spaces of #dcfdaf

RGB 220253175
HSL0.240.950.84
HSV85°31°99°
CMYK 0.130.000.31   0.01
XYZ72.378388.561353.8367
Yxy88.56130.33700.4123
Hunter Lab94.1070-27.401831.9563
CIE-Lab95.3968-23.568333.9133

#dcfdaf color RGB value is (220,253,175).

#dcfdaf hex color red value is 220, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcfdaf hue: 0.24 , saturation: 0.95 and the lightness value of dcfdaf is 0.84.

The process color (four color CMYK) of #dcfdaf color hex is 0.13, 0.00, 0.31, 0.01. Web safe color of #dcfdaf is #ccff99. Color #dcfdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10101111
Octal 334 375 257
Decimal 220 253 175
Hex DC FD AF

RGB Percentages of Color #dcfdaf

%33.95
%39.04
%27.01

CMYK Percentages of Color #dcfdaf

%13
%0
%31
%1

Triadic Colors of #dcfdaf

#dcfdaf #afdcfd #fdafdc

Analogous Colors of #dcfdaf

#dcfdaf #b5fdaf #fdf7af

Monochromatic Colors of #dcfdaf

#dcfdaf

Complementary Color

#dcfdaf #d0affd

#dcfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdaf Color CSS Codes

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

#dcfdaf Text Font Color

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

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


#dcfdaf Background Color

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

This div background color is #dcfdaf


#dcfdaf Border Color

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

This div border color is #dcfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdaf


Comments

No comments written yet.

Please login to write comment.