Color Hex Logo

#dcf19d Color Hex

#DCF19D
(220,241,157)
0 Favorites   0 Comments

Color spaces of #dcf19d

RGB 220241157
HSL0.210.750.78
HSV75°35°95°
CMYK 0.090.000.35   0.05
XYZ67.056380.560643.9138
Yxy80.56060.35010.4206
Hunter Lab89.7556-23.715033.8207
CIE-Lab91.9358-20.127438.3294

#dcf19d color RGB value is (220,241,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10011101
Octal 334 361 235
Decimal 220 241 157
Hex DC F1 9D

RGB Percentages of Color #dcf19d

%35.60
%39.00
%25.40

CMYK Percentages of Color #dcf19d

%9
%0
%35
%5

Triadic Colors of #dcf19d

#dcf19d #9ddcf1 #f19ddc

Analogous Colors of #dcf19d

#dcf19d #b2f19d #f1dc9d

Monochromatic Colors of #dcf19d

#dcf19d

Complementary Color

#dcf19d #b29df1

#dcf19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf19d Color CSS Codes

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

#dcf19d Text Font Color

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

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


#dcf19d Background Color

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

This div background color is #dcf19d


#dcf19d Border Color

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

This div border color is #dcf19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf19d


Comments

No comments written yet.

Please login to write comment.