Color Hex Logo

#dcf7af Color Hex

#DCF7AF
(220,247,175)
0 Favorites   0 Comments

Color spaces of #dcf7af

RGB 220247175
HSL0.230.820.83
HSV83°29°97°
CMYK 0.110.000.29   0.03
XYZ70.513884.832353.2152
Yxy84.83230.33810.4067
Hunter Lab92.1045-24.525830.2171
CIE-Lab93.8108-20.687031.7898

#dcf7af color RGB value is (220,247,175).

#dcf7af hex color red value is 220, green value is 247 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dcf7af hue: 0.23 , saturation: 0.82 and the lightness value of dcf7af is 0.83.

The process color (four color CMYK) of #dcf7af color hex is 0.11, 0.00, 0.29, 0.03. Web safe color of #dcf7af is #ccff99. Color #dcf7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 10101111
Octal 334 367 257
Decimal 220 247 175
Hex DC F7 AF

RGB Percentages of Color #dcf7af

%34.27
%38.47
%27.26

CMYK Percentages of Color #dcf7af

%11
%0
%29
%3

Triadic Colors of #dcf7af

#dcf7af #afdcf7 #f7afdc

Analogous Colors of #dcf7af

#dcf7af #b8f7af #f7eeaf

Monochromatic Colors of #dcf7af

#dcf7af

Complementary Color

#dcf7af #caaff7

#dcf7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf7af Color CSS Codes

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

#dcf7af Text Font Color

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

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


#dcf7af Background Color

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

This div background color is #dcf7af


#dcf7af Border Color

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

This div border color is #dcf7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf7af


Comments

No comments written yet.

Please login to write comment.