Color Hex Logo

#dcf99c Color Hex

#DCF99C
(220,249,156)
0 Favorites   0 Comments

Color spaces of #dcf99c

RGB 220249156
HSL0.220.890.79
HSV79°37°98°
CMYK 0.120.000.37   0.02
XYZ69.391685.367344.2727
Yxy85.36730.34860.4289
Hunter Lab92.3944-27.630236.2661
CIE-Lab94.0412-24.093941.5578

#dcf99c color RGB value is (220,249,156).

#dcf99c hex color red value is 220, green value is 249 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dcf99c hue: 0.22 , saturation: 0.89 and the lightness value of dcf99c is 0.79.

The process color (four color CMYK) of #dcf99c color hex is 0.12, 0.00, 0.37, 0.02. Web safe color of #dcf99c is #ccff99. Color #dcf99c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10011100
Octal 334 371 234
Decimal 220 249 156
Hex DC F9 9C

RGB Percentages of Color #dcf99c

%35.20
%39.84
%24.96

CMYK Percentages of Color #dcf99c

%12
%0
%37
%2

Triadic Colors of #dcf99c

#dcf99c #9cdcf9 #f99cdc

Analogous Colors of #dcf99c

#dcf99c #aef99c #f9e89c

Monochromatic Colors of #dcf99c

#dcf99c

Complementary Color

#dcf99c #b99cf9

#dcf99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf99c Color CSS Codes

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

#dcf99c Text Font Color

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

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


#dcf99c Background Color

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

This div background color is #dcf99c


#dcf99c Border Color

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

This div border color is #dcf99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf99c


Comments

No comments written yet.

Please login to write comment.