Color Hex Logo

#dcf496 Color Hex

#DCF496
(220,244,150)
0 Favorites   0 Comments

Color spaces of #dcf496

RGB 220244150
HSL0.210.810.77
HSV75°39°96°
CMYK 0.100.000.39   0.04
XYZ67.370982.119041.1539
Yxy82.11900.35340.4307
Hunter Lab90.6195-25.878736.5077
CIE-Lab92.6274-22.413242.6845

#dcf496 color RGB value is (220,244,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10010110
Octal 334 364 226
Decimal 220 244 150
Hex DC F4 96

RGB Percentages of Color #dcf496

%35.83
%39.74
%24.43

CMYK Percentages of Color #dcf496

%10
%0
%39
%4

Triadic Colors of #dcf496

#dcf496 #96dcf4 #f496dc

Analogous Colors of #dcf496

#dcf496 #adf496 #f4dd96

Monochromatic Colors of #dcf496

#dcf496

Complementary Color

#dcf496 #ae96f4

#dcf496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf496 Color CSS Codes

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

#dcf496 Text Font Color

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

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


#dcf496 Background Color

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

This div background color is #dcf496


#dcf496 Border Color

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

This div border color is #dcf496


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,244,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 #dcf496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf496


Comments

No comments written yet.

Please login to write comment.