Color Hex Logo

#dbe0ba Color Hex

#DBE0BA
(219,224,186)
0 Favorites   0 Comments

Color spaces of #dbe0ba

RGB 219224186
HSL0.190.380.80
HSV68°17°88°
CMYK 0.020.000.17   0.12
XYZ64.732071.916556.9239
Yxy71.91650.33440.3715
Hunter Lab84.8036-12.154319.5645
CIE-Lab87.9284-8.057518.0698

#dbe0ba color RGB value is (219,224,186).

#dbe0ba hex color red value is 219, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbe0ba hue: 0.19 , saturation: 0.38 and the lightness value of dbe0ba is 0.80.

The process color (four color CMYK) of #dbe0ba color hex is 0.02, 0.00, 0.17, 0.12. Web safe color of #dbe0ba is #cccccc. Color #dbe0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10111010
Octal 333 340 272
Decimal 219 224 186
Hex DB E0 BA

RGB Percentages of Color #dbe0ba

%34.82
%35.61
%29.57

CMYK Percentages of Color #dbe0ba

%2
%0
%17
%12

Triadic Colors of #dbe0ba

#dbe0ba #badbe0 #e0badb

Analogous Colors of #dbe0ba

#dbe0ba #c8e0ba #e0d2ba

Monochromatic Colors of #dbe0ba

#dbe0ba

Complementary Color

#dbe0ba #bfbae0

#dbe0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe0ba Color CSS Codes

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

#dbe0ba Text Font Color

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

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


#dbe0ba Background Color

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

This div background color is #dbe0ba


#dbe0ba Border Color

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

This div border color is #dbe0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe0ba


Comments

No comments written yet.

Please login to write comment.