Color Hex Logo

#dbebd2 Color Hex

#DBEBD2
(219,235,210)
0 Favorites   0 Comments

Color spaces of #dbebd2

RGB 219235210
HSL0.270.380.87
HSV98°11°92°
CMYK 0.070.000.11   0.08
XYZ70.554679.129972.5277
Yxy79.12990.31750.3561
Hunter Lab88.9550-14.094113.9276
CIE-Lab91.2930-9.747210.3208

#dbebd2 color RGB value is (219,235,210).

#dbebd2 hex color red value is 219, green value is 235 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #dbebd2 hue: 0.27 , saturation: 0.38 and the lightness value of dbebd2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11010010
Octal 333 353 322
Decimal 219 235 210
Hex DB EB D2

RGB Percentages of Color #dbebd2

%32.98
%35.39
%31.63

CMYK Percentages of Color #dbebd2

%7
%0
%11
%8

Triadic Colors of #dbebd2

#dbebd2 #d2dbeb #ebd2db

Analogous Colors of #dbebd2

#dbebd2 #d2ebd6 #e8ebd2

Monochromatic Colors of #dbebd2

#dbebd2

Complementary Color

#dbebd2 #e2d2eb

#dbebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebd2 Color CSS Codes

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

#dbebd2 Text Font Color

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

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


#dbebd2 Background Color

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

This div background color is #dbebd2


#dbebd2 Border Color

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

This div border color is #dbebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebd2


Comments

No comments written yet.

Please login to write comment.