Color Hex Logo

#dbfb96 Color Hex

#DBFB96
(219,251,150)
0 Favorites   0 Comments

Color spaces of #dbfb96

RGB 219251150
HSL0.220.930.79
HSV79°40°98°
CMYK 0.130.000.40   0.02
XYZ69.215686.256441.8553
Yxy86.25640.35080.4371
Hunter Lab92.8743-29.501038.2920
CIE-Lab94.4219-26.115944.9616

#dbfb96 color RGB value is (219,251,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10010110
Octal 333 373 226
Decimal 219 251 150
Hex DB FB 96

RGB Percentages of Color #dbfb96

%35.32
%40.48
%24.19

CMYK Percentages of Color #dbfb96

%13
%0
%40
%2

Triadic Colors of #dbfb96

#dbfb96 #96dbfb #fb96db

Analogous Colors of #dbfb96

#dbfb96 #a9fb96 #fbe996

Monochromatic Colors of #dbfb96

#dbfb96

Complementary Color

#dbfb96 #b696fb

#dbfb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb96 Color CSS Codes

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

#dbfb96 Text Font Color

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

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


#dbfb96 Background Color

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

This div background color is #dbfb96


#dbfb96 Border Color

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

This div border color is #dbfb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb96

Related Colors

#dbfb96 Color Palettes


Comments

No comments written yet.

Please login to write comment.