Color Hex Logo

#dcfb96 Color Hex

#DCFB96
(220,251,150)
0 Favorites   0 Comments

Color spaces of #dcfb96

RGB 220251150
HSL0.220.930.79
HSV78°40°98°
CMYK 0.120.000.40   0.02
XYZ69.517486.412041.8694
Yxy86.41200.35150.4369
Hunter Lab92.9581-29.187838.3657
CIE-Lab94.4882-25.749045.0597

#dcfb96 color RGB value is (220,251,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10010110
Octal 334 373 226
Decimal 220 251 150
Hex DC FB 96

RGB Percentages of Color #dcfb96

%35.43
%40.42
%24.15

CMYK Percentages of Color #dcfb96

%12
%0
%40
%2

Triadic Colors of #dcfb96

#dcfb96 #96dcfb #fb96dc

Analogous Colors of #dcfb96

#dcfb96 #aafb96 #fbe896

Monochromatic Colors of #dcfb96

#dcfb96

Complementary Color

#dcfb96 #b596fb

#dcfb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb96 Color CSS Codes

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

#dcfb96 Text Font Color

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

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


#dcfb96 Background Color

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

This div background color is #dcfb96


#dcfb96 Border Color

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

This div border color is #dcfb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb96


Comments

No comments written yet.

Please login to write comment.