Color Hex Logo

#dcfe96 Color Hex

#DCFE96
(220,254,150)
0 Favorites   0 Comments

Color spaces of #dcfe96

RGB 220254150
HSL0.220.980.79
HSV80°41°100°
CMYK 0.130.000.41   0.00
XYZ70.462088.301342.1843
Yxy88.30130.35060.4394
Hunter Lab93.9688-30.598039.1618
CIE-Lab95.2877-27.163646.0744

#dcfe96 color RGB value is (220,254,150).

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

The process color (four color CMYK) of #dcfe96 color hex is 0.13, 0.00, 0.41, 0.00. Web safe color of #dcfe96 is #ccff99. Color #dcfe96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10010110
Octal 334 376 226
Decimal 220 254 150
Hex DC FE 96

RGB Percentages of Color #dcfe96

%35.26
%40.71
%24.04

CMYK Percentages of Color #dcfe96

%13
%0
%41
%0

Triadic Colors of #dcfe96

#dcfe96 #96dcfe #fe96dc

Analogous Colors of #dcfe96

#dcfe96 #a8fe96 #feec96

Monochromatic Colors of #dcfe96

#dcfe96

Complementary Color

#dcfe96 #b896fe

#dcfe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe96 Color CSS Codes

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

#dcfe96 Text Font Color

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

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


#dcfe96 Background Color

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

This div background color is #dcfe96


#dcfe96 Border Color

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

This div border color is #dcfe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe96


Comments

No comments written yet.

Please login to write comment.