Color Hex Logo

#dbeb95 Color Hex

#DBEB95
(219,235,149)
0 Favorites   0 Comments

Color spaces of #dbeb95

RGB 219235149
HSL0.200.680.75
HSV71°37°92°
CMYK 0.070.000.37   0.08
XYZ64.346676.646739.8366
Yxy76.64670.35580.4239
Hunter Lab87.5481-22.014234.3052
CIE-Lab90.1588-18.545939.9880

#dbeb95 color RGB value is (219,235,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10010101
Octal 333 353 225
Decimal 219 235 149
Hex DB EB 95

RGB Percentages of Color #dbeb95

%36.32
%38.97
%24.71

CMYK Percentages of Color #dbeb95

%7
%0
%37
%8

Triadic Colors of #dbeb95

#dbeb95 #95dbeb #eb95db

Analogous Colors of #dbeb95

#dbeb95 #b0eb95 #ebd095

Monochromatic Colors of #dbeb95

#dbeb95

Complementary Color

#dbeb95 #a595eb

#dbeb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb95 Color CSS Codes

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

#dbeb95 Text Font Color

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

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


#dbeb95 Background Color

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

This div background color is #dbeb95


#dbeb95 Border Color

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

This div border color is #dbeb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb95


Comments

No comments written yet.

Please login to write comment.