Color Hex Logo

#dbe197 Color Hex

#DBE197
(219,225,151)
0 Favorites   0 Comments

Color spaces of #dbe197

RGB 219225151
HSL0.180.550.74
HSV65°33°88°
CMYK 0.030.000.33   0.12
XYZ61.724571.144939.7573
Yxy71.14490.35760.4121
Hunter Lab84.3474-16.983731.0968
CIE-Lab87.5554-13.370835.5943

#dbe197 color RGB value is (219,225,151).

#dbe197 hex color red value is 219, green value is 225 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dbe197 hue: 0.18 , saturation: 0.55 and the lightness value of dbe197 is 0.74.

The process color (four color CMYK) of #dbe197 color hex is 0.03, 0.00, 0.33, 0.12. Web safe color of #dbe197 is #cccc99. Color #dbe197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10010111
Octal 333 341 227
Decimal 219 225 151
Hex DB E1 97

RGB Percentages of Color #dbe197

%36.81
%37.82
%25.38

CMYK Percentages of Color #dbe197

%3
%0
%33
%12

Triadic Colors of #dbe197

#dbe197 #97dbe1 #e197db

Analogous Colors of #dbe197

#dbe197 #b6e197 #e1c297

Monochromatic Colors of #dbe197

#dbe197

Complementary Color

#dbe197 #9d97e1

#dbe197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe197 Color CSS Codes

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

#dbe197 Text Font Color

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

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


#dbe197 Background Color

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

This div background color is #dbe197


#dbe197 Border Color

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

This div border color is #dbe197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe197


Comments

No comments written yet.

Please login to write comment.