Color Hex Logo

#dbe196 Color Hex

#DBE196
(219,225,150)
0 Favorites   0 Comments

Color spaces of #dbe196

RGB 219225150
HSL0.180.560.74
HSV65°33°88°
CMYK 0.030.000.33   0.12
XYZ61.643771.112539.3313
Yxy71.11250.35820.4132
Hunter Lab84.3282-17.091431.3765
CIE-Lab87.5396-13.492036.0796

#dbe196 color RGB value is (219,225,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10010110
Octal 333 341 226
Decimal 219 225 150
Hex DB E1 96

RGB Percentages of Color #dbe196

%36.87
%37.88
%25.25

CMYK Percentages of Color #dbe196

%3
%0
%33
%12

Triadic Colors of #dbe196

#dbe196 #96dbe1 #e196db

Analogous Colors of #dbe196

#dbe196 #b6e196 #e1c296

Monochromatic Colors of #dbe196

#dbe196

Complementary Color

#dbe196 #9c96e1

#dbe196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe196 Color CSS Codes

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

#dbe196 Text Font Color

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

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


#dbe196 Background Color

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

This div background color is #dbe196


#dbe196 Border Color

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

This div border color is #dbe196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe196


Comments

No comments written yet.

Please login to write comment.