Color Hex Logo

#dbeb96 Color Hex

#DBEB96
(219,235,150)
0 Favorites   0 Comments

Color spaces of #dbeb96

RGB 219235150
HSL0.200.680.75
HSV71°36°92°
CMYK 0.070.000.36   0.08
XYZ64.426876.678740.2590
Yxy76.67870.35520.4228
Hunter Lab87.5664-21.910134.0376
CIE-Lab90.1735-18.427339.5096

#dbeb96 color RGB value is (219,235,150).

#dbeb96 hex color red value is 219, green value is 235 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dbeb96 hue: 0.20 , saturation: 0.68 and the lightness value of dbeb96 is 0.75.

The process color (four color CMYK) of #dbeb96 color hex is 0.07, 0.00, 0.36, 0.08. Web safe color of #dbeb96 is #ccff99. Color #dbeb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10010110
Octal 333 353 226
Decimal 219 235 150
Hex DB EB 96

RGB Percentages of Color #dbeb96

%36.26
%38.91
%24.83

CMYK Percentages of Color #dbeb96

%7
%0
%36
%8

Triadic Colors of #dbeb96

#dbeb96 #96dbeb #eb96db

Analogous Colors of #dbeb96

#dbeb96 #b1eb96 #ebd196

Monochromatic Colors of #dbeb96

#dbeb96

Complementary Color

#dbeb96 #a696eb

#dbeb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb96 Color CSS Codes

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

#dbeb96 Text Font Color

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

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


#dbeb96 Background Color

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

This div background color is #dbeb96


#dbeb96 Border Color

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

This div border color is #dbeb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb96


Comments

No comments written yet.

Please login to write comment.