Color Hex Logo

#dbebda Color Hex

#DBEBDA
(219,235,218)
0 Favorites   0 Comments

Color spaces of #dbebda

RGB 219235218
HSL0.320.300.89
HSV116°92°
CMYK 0.070.000.07   0.08
XYZ71.576679.538777.9097
Yxy79.53870.31250.3473
Hunter Lab89.1845-12.814410.6346
CIE-Lab91.4775-8.36686.4211

#dbebda color RGB value is (219,235,218).

#dbebda hex color red value is 219, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbebda hue: 0.32 , saturation: 0.30 and the lightness value of dbebda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11011010
Octal 333 353 332
Decimal 219 235 218
Hex DB EB DA

RGB Percentages of Color #dbebda

%32.59
%34.97
%32.44

CMYK Percentages of Color #dbebda

%7
%0
%7
%8

Triadic Colors of #dbebda

#dbebda #dadbeb #ebdadb

Analogous Colors of #dbebda

#dbebda #daebe2 #e4ebda

Monochromatic Colors of #dbebda

#dbebda

Complementary Color

#dbebda #eadaeb

#dbebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebda Color CSS Codes

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

#dbebda Text Font Color

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

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


#dbebda Background Color

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

This div background color is #dbebda


#dbebda Border Color

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

This div border color is #dbebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebda


Comments

No comments written yet.

Please login to write comment.