Color Hex Logo

#dbebeb Color Hex

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

Color spaces of #dbebeb

RGB 219235235
HSL0.500.290.89
HSV180°92°
CMYK 0.070.000.00   0.08
XYZ73.917180.474990.2346
Yxy80.47490.30220.3290
Hunter Lab89.7078-9.90893.1573
CIE-Lab91.8975-5.2721-1.8298

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

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

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

Base Numbers

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

RGB Percentages of Color #dbebeb

%31.79
%34.11
%34.11

CMYK Percentages of Color #dbebeb

%7
%0
%0
%8

Triadic Colors of #dbebeb

#dbebeb #ebdbeb #ebebdb

Analogous Colors of #dbebeb

#dbebeb #dbe3eb #dbebe3

Monochromatic Colors of #dbebeb

#dbebeb

Complementary Color

#dbebeb #ebdbdb

#dbebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebeb Color CSS Codes

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

#dbebeb Text Font Color

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

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


#dbebeb Background Color

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

This div background color is #dbebeb


#dbebeb Border Color

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

This div border color is #dbebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebeb

#dbebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.