Color Hex Logo

#dcf596 Color Hex

#DCF596
(220,245,150)
0 Favorites   0 Comments

Color spaces of #dcf596

RGB 220245150
HSL0.210.830.77
HSV76°39°96°
CMYK 0.100.000.39   0.04
XYZ67.672682.722541.2545
Yxy82.72250.35310.4316
Hunter Lab90.9519-26.353236.7732
CIE-Lab92.8928-22.893043.0245

#dcf596 color RGB value is (220,245,150).

#dcf596 hex color red value is 220, green value is 245 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dcf596 hue: 0.21 , saturation: 0.83 and the lightness value of dcf596 is 0.77.

The process color (four color CMYK) of #dcf596 color hex is 0.10, 0.00, 0.39, 0.04. Web safe color of #dcf596 is #ccff99. Color #dcf596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 10010110
Octal 334 365 226
Decimal 220 245 150
Hex DC F5 96

RGB Percentages of Color #dcf596

%35.77
%39.84
%24.39

CMYK Percentages of Color #dcf596

%10
%0
%39
%4

Triadic Colors of #dcf596

#dcf596 #96dcf5 #f596dc

Analogous Colors of #dcf596

#dcf596 #adf596 #f5df96

Monochromatic Colors of #dcf596

#dcf596

Complementary Color

#dcf596 #af96f5

#dcf596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf596 Color CSS Codes

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

#dcf596 Text Font Color

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

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


#dcf596 Background Color

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

This div background color is #dcf596


#dcf596 Border Color

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

This div border color is #dcf596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf596


Comments

No comments written yet.

Please login to write comment.