Color Hex Logo

#dbebdb Color Hex

#DBEBDB
(219,235,219)
0 Favorites   0 Comments

Color spaces of #dbebdb

RGB 219235219
HSL0.330.290.89
HSV120°92°
CMYK 0.070.000.07   0.08
XYZ71.707979.591278.6011
Yxy79.59120.31190.3462
Hunter Lab89.2139-12.650510.2128
CIE-Lab91.5011-8.19075.9342

#dbebdb color RGB value is (219,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11011011
Octal 333 353 333
Decimal 219 235 219
Hex DB EB DB

RGB Percentages of Color #dbebdb

%32.54
%34.92
%32.54

CMYK Percentages of Color #dbebdb

%7
%0
%7
%8

Triadic Colors of #dbebdb

#dbebdb #dbdbeb #ebdbdb

Analogous Colors of #dbebdb

#dbebdb #dbebe3 #e3ebdb

Monochromatic Colors of #dbebdb

#dbebdb

Complementary Color

#dbebdb #ebdbeb

#dbebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebdb Color CSS Codes

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

#dbebdb Text Font Color

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

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


#dbebdb Background Color

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

This div background color is #dbebdb


#dbebdb Border Color

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

This div border color is #dbebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebdb


Comments

No comments written yet.

Please login to write comment.