Color Hex Logo

#dbe697 Color Hex

#DBE697
(219,230,151)
0 Favorites   0 Comments

Color spaces of #dbe697

RGB 219230151
HSL0.190.610.75
HSV68°34°90°
CMYK 0.050.000.34   0.10
XYZ63.096173.888140.2145
Yxy73.88810.35610.4170
Hunter Lab85.9582-19.402032.4326
CIE-Lab88.8696-15.851837.3144

#dbe697 color RGB value is (219,230,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 10010111
Octal 333 346 227
Decimal 219 230 151
Hex DB E6 97

RGB Percentages of Color #dbe697

%36.50
%38.33
%25.17

CMYK Percentages of Color #dbe697

%5
%0
%34
%10

Triadic Colors of #dbe697

#dbe697 #97dbe6 #e697db

Analogous Colors of #dbe697

#dbe697 #b4e697 #e6ca97

Monochromatic Colors of #dbe697

#dbe697

Complementary Color

#dbe697 #a297e6

#dbe697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe697 Color CSS Codes

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

#dbe697 Text Font Color

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

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


#dbe697 Background Color

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

This div background color is #dbe697


#dbe697 Border Color

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

This div border color is #dbe697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe697


Comments

No comments written yet.

Please login to write comment.