Color Hex Logo

#dcfb5f Color Hex

#DCFB5F
(220,251,95)
0 Favorites   0 Comments

Color spaces of #dcfb5f

RGB 22025195
HSL0.200.950.68
HSV72°62°98°
CMYK 0.120.000.62   0.02
XYZ66.077985.036223.7574
Yxy85.03620.37790.4863
Hunter Lab92.2151-33.469949.2757
CIE-Lab93.8987-30.763769.0760

#dcfb5f color RGB value is (220,251,95).

#dcfb5f hex color red value is 220, green value is 251 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcfb5f hue: 0.20 , saturation: 0.95 and the lightness value of dcfb5f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01011111
Octal 334 373 137
Decimal 220 251 95
Hex DC FB 5F

RGB Percentages of Color #dcfb5f

%38.87
%44.35
%16.78

CMYK Percentages of Color #dcfb5f

%12
%0
%62
%2

Triadic Colors of #dcfb5f

#dcfb5f #5fdcfb #fb5fdc

Analogous Colors of #dcfb5f

#dcfb5f #8efb5f #fbcc5f

Monochromatic Colors of #dcfb5f

#dcfb5f

Complementary Color

#dcfb5f #7e5ffb

#dcfb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb5f Color CSS Codes

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

#dcfb5f Text Font Color

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

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


#dcfb5f Background Color

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

This div background color is #dcfb5f


#dcfb5f Border Color

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

This div border color is #dcfb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb5f


Comments

No comments written yet.

Please login to write comment.