Color Hex Logo

#dcf19f Color Hex

#DCF19F
(220,241,159)
0 Favorites   0 Comments

Color spaces of #dcf19f

RGB 220241159
HSL0.210.750.78
HSV75°34°95°
CMYK 0.090.000.34   0.05
XYZ67.228580.629444.8206
Yxy80.62940.34890.4185
Hunter Lab89.7939-23.496733.2611
CIE-Lab91.9665-19.879237.3722

#dcf19f color RGB value is (220,241,159).

#dcf19f hex color red value is 220, green value is 241 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dcf19f hue: 0.21 , saturation: 0.75 and the lightness value of dcf19f is 0.78.

The process color (four color CMYK) of #dcf19f color hex is 0.09, 0.00, 0.34, 0.05. Web safe color of #dcf19f is #ccff99. Color #dcf19f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10011111
Octal 334 361 237
Decimal 220 241 159
Hex DC F1 9F

RGB Percentages of Color #dcf19f

%35.48
%38.87
%25.65

CMYK Percentages of Color #dcf19f

%9
%0
%34
%5

Triadic Colors of #dcf19f

#dcf19f #9fdcf1 #f19fdc

Analogous Colors of #dcf19f

#dcf19f #b3f19f #f1dd9f

Monochromatic Colors of #dcf19f

#dcf19f

Complementary Color

#dcf19f #b49ff1

#dcf19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf19f Color CSS Codes

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

#dcf19f Text Font Color

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

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


#dcf19f Background Color

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

This div background color is #dcf19f


#dcf19f Border Color

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

This div border color is #dcf19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf19f


Comments

No comments written yet.

Please login to write comment.