Color Hex Logo

#dbebbd Color Hex

#DBEBBD
(219,235,189)
0 Favorites   0 Comments

Color spaces of #dbebbd

RGB 219235189
HSL0.220.530.83
HSV81°20°92°
CMYK 0.070.000.20   0.08
XYZ68.107178.150959.6391
Yxy78.15090.33080.3796
Hunter Lab88.4030-17.186021.8834
CIE-Lab90.8487-13.128720.5829

#dbebbd color RGB value is (219,235,189).

#dbebbd hex color red value is 219, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbebbd hue: 0.22 , saturation: 0.53 and the lightness value of dbebbd is 0.83.

The process color (four color CMYK) of #dbebbd color hex is 0.07, 0.00, 0.20, 0.08. Web safe color of #dbebbd is #ccffcc. Color #dbebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10111101
Octal 333 353 275
Decimal 219 235 189
Hex DB EB BD

RGB Percentages of Color #dbebbd

%34.06
%36.55
%29.39

CMYK Percentages of Color #dbebbd

%7
%0
%20
%8

Triadic Colors of #dbebbd

#dbebbd #bddbeb #ebbddb

Analogous Colors of #dbebbd

#dbebbd #c4ebbd #ebe4bd

Monochromatic Colors of #dbebbd

#dbebbd

Complementary Color

#dbebbd #cdbdeb

#dbebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebbd Color CSS Codes

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

#dbebbd Text Font Color

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

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


#dbebbd Background Color

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

This div background color is #dbebbd


#dbebbd Border Color

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

This div border color is #dbebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebbd


Comments

No comments written yet.

Please login to write comment.