Color Hex Logo

#dbebad Color Hex

#DBEBAD
(219,235,173)
0 Favorites   0 Comments

Color spaces of #dbebad

RGB 219235173
HSL0.210.610.80
HSV75°26°92°
CMYK 0.070.000.26   0.08
XYZ66.464677.493950.9899
Yxy77.49390.34090.3975
Hunter Lab88.0306-19.283127.2789
CIE-Lab90.5485-15.460628.3924

#dbebad color RGB value is (219,235,173).

#dbebad hex color red value is 219, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbebad hue: 0.21 , saturation: 0.61 and the lightness value of dbebad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10101101
Octal 333 353 255
Decimal 219 235 173
Hex DB EB AD

RGB Percentages of Color #dbebad

%34.93
%37.48
%27.59

CMYK Percentages of Color #dbebad

%7
%0
%26
%8

Triadic Colors of #dbebad

#dbebad #addbeb #ebaddb

Analogous Colors of #dbebad

#dbebad #bcebad #ebdcad

Monochromatic Colors of #dbebad

#dbebad

Complementary Color

#dbebad #bdadeb

#dbebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebad Color CSS Codes

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

#dbebad Text Font Color

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

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


#dbebad Background Color

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

This div background color is #dbebad


#dbebad Border Color

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

This div border color is #dbebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebad


Comments

No comments written yet.

Please login to write comment.