Color Hex Logo

#dcfb7f Color Hex

#DCFB7F
(220,251,127)
0 Favorites   0 Comments

Color spaces of #dcfb7f

RGB 220251127
HSL0.210.940.74
HSV75°49°98°
CMYK 0.120.000.49   0.02
XYZ67.843185.742333.0529
Yxy85.74230.36350.4594
Hunter Lab92.5971-31.263543.6542
CIE-Lab94.2021-28.161655.5889

#dcfb7f color RGB value is (220,251,127).

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

The process color (four color CMYK) of #dcfb7f color hex is 0.12, 0.00, 0.49, 0.02. Web safe color of #dcfb7f is #ccff66. Color #dcfb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01111111
Octal 334 373 177
Decimal 220 251 127
Hex DC FB 7F

RGB Percentages of Color #dcfb7f

%36.79
%41.97
%21.24

CMYK Percentages of Color #dcfb7f

%12
%0
%49
%2

Triadic Colors of #dcfb7f

#dcfb7f #7fdcfb #fb7fdc

Analogous Colors of #dcfb7f

#dcfb7f #9efb7f #fbdc7f

Monochromatic Colors of #dcfb7f

#dcfb7f

Complementary Color

#dcfb7f #9e7ffb

#dcfb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb7f Color CSS Codes

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

#dcfb7f Text Font Color

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

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


#dcfb7f Background Color

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

This div background color is #dcfb7f


#dcfb7f Border Color

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

This div border color is #dcfb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb7f


Comments

No comments written yet.

Please login to write comment.