Color Hex Logo

#dbeb97 Color Hex

#DBEB97
(219,235,151)
0 Favorites   0 Comments

Color spaces of #dbeb97

RGB 219235151
HSL0.200.680.76
HSV71°36°92°
CMYK 0.070.000.36   0.08
XYZ64.507776.711140.6850
Yxy76.71110.35460.4217
Hunter Lab87.5849-21.805333.7680
CIE-Lab90.1885-18.307939.0309

#dbeb97 color RGB value is (219,235,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10010111
Octal 333 353 227
Decimal 219 235 151
Hex DB EB 97

RGB Percentages of Color #dbeb97

%36.20
%38.84
%24.96

CMYK Percentages of Color #dbeb97

%7
%0
%36
%8

Triadic Colors of #dbeb97

#dbeb97 #97dbeb #eb97db

Analogous Colors of #dbeb97

#dbeb97 #b1eb97 #ebd197

Monochromatic Colors of #dbeb97

#dbeb97

Complementary Color

#dbeb97 #a797eb

#dbeb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb97 Color CSS Codes

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

#dbeb97 Text Font Color

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

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


#dbeb97 Background Color

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

This div background color is #dbeb97


#dbeb97 Border Color

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

This div border color is #dbeb97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbeb97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb97


Comments

No comments written yet.

Please login to write comment.