Color Hex Logo

#dbe195 Color Hex

#DBE195
(219,225,149)
0 Favorites   0 Comments

Color spaces of #dbe195

RGB 219225149
HSL0.180.560.73
HSV65°34°88°
CMYK 0.030.000.34   0.12
XYZ61.563471.080438.9089
Yxy71.08040.35890.4143
Hunter Lab84.3092-17.198631.6540
CIE-Lab87.5241-13.612936.5645

#dbe195 color RGB value is (219,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 10010101
Octal 333 341 225
Decimal 219 225 149
Hex DB E1 95

RGB Percentages of Color #dbe195

%36.93
%37.94
%25.13

CMYK Percentages of Color #dbe195

%3
%0
%34
%12

Triadic Colors of #dbe195

#dbe195 #95dbe1 #e195db

Analogous Colors of #dbe195

#dbe195 #b5e195 #e1c195

Monochromatic Colors of #dbe195

#dbe195

Complementary Color

#dbe195 #9b95e1

#dbe195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe195 Color CSS Codes

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

#dbe195 Text Font Color

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

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


#dbe195 Background Color

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

This div background color is #dbe195


#dbe195 Border Color

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

This div border color is #dbe195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe195


Comments

No comments written yet.

Please login to write comment.