Color Hex Logo

#dbe696 Color Hex

#DBE696
(219,230,150)
0 Favorites   0 Comments

Color spaces of #dbe696

RGB 219230150
HSL0.190.620.75
HSV68°35°90°
CMYK 0.050.000.35   0.10
XYZ63.015373.855739.7885
Yxy73.85570.35670.4181
Hunter Lab85.9393-19.508132.7072
CIE-Lab88.8542-15.971937.7964

#dbe696 color RGB value is (219,230,150).

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

The process color (four color CMYK) of #dbe696 color hex is 0.05, 0.00, 0.35, 0.10. Web safe color of #dbe696 is #ccff99. Color #dbe696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 10010110
Octal 333 346 226
Decimal 219 230 150
Hex DB E6 96

RGB Percentages of Color #dbe696

%36.56
%38.40
%25.04

CMYK Percentages of Color #dbe696

%5
%0
%35
%10

Triadic Colors of #dbe696

#dbe696 #96dbe6 #e696db

Analogous Colors of #dbe696

#dbe696 #b3e696 #e6c996

Monochromatic Colors of #dbe696

#dbe696

Complementary Color

#dbe696 #a196e6

#dbe696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe696 Color CSS Codes

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

#dbe696 Text Font Color

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

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


#dbe696 Background Color

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

This div background color is #dbe696


#dbe696 Border Color

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

This div border color is #dbe696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe696


Comments

No comments written yet.

Please login to write comment.