Color Hex Logo

#dcf87f Color Hex

#DCF87F
(220,248,127)
0 Favorites   0 Comments

Color spaces of #dcf87f

RGB 220248127
HSL0.210.900.74
HSV74°49°97°
CMYK 0.110.000.49   0.03
XYZ66.913483.882832.7430
Yxy83.88280.36460.4570
Hunter Lab91.5876-29.867042.9148
CIE-Lab93.3996-26.753254.6267

#dcf87f color RGB value is (220,248,127).

#dcf87f hex color red value is 220, green value is 248 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcf87f hue: 0.21 , saturation: 0.90 and the lightness value of dcf87f is 0.74.

The process color (four color CMYK) of #dcf87f color hex is 0.11, 0.00, 0.49, 0.03. Web safe color of #dcf87f is #ccff66. Color #dcf87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 01111111
Octal 334 370 177
Decimal 220 248 127
Hex DC F8 7F

RGB Percentages of Color #dcf87f

%36.97
%41.68
%21.34

CMYK Percentages of Color #dcf87f

%11
%0
%49
%3

Triadic Colors of #dcf87f

#dcf87f #7fdcf8 #f87fdc

Analogous Colors of #dcf87f

#dcf87f #a0f87f #f8d87f

Monochromatic Colors of #dcf87f

#dcf87f

Complementary Color

#dcf87f #9b7ff8

#dcf87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf87f Color CSS Codes

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

#dcf87f Text Font Color

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

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


#dcf87f Background Color

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

This div background color is #dcf87f


#dcf87f Border Color

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

This div border color is #dcf87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf87f


Comments

No comments written yet.

Please login to write comment.