Color Hex Logo

#dbbbeb Color Hex

#DBBBEB
(219,187,235)
0 Favorites   0 Comments

Color spaces of #dbbbeb

RGB 219187235
HSL0.780.550.83
HSV280°20°92°
CMYK 0.070.200.00   0.08
XYZ61.979156.598986.2553
Yxy56.59890.30260.2763
Hunter Lab75.232215.3985-15.3146
CIE-Lab79.953519.9905-19.6199

#dbbbeb color RGB value is (219,187,235).

#dbbbeb hex color red value is 219, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbbbeb hue: 0.78 , saturation: 0.55 and the lightness value of dbbbeb is 0.83.

The process color (four color CMYK) of #dbbbeb color hex is 0.07, 0.20, 0.00, 0.08. Web safe color of #dbbbeb is #ccccff. Color #dbbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11101011
Octal 333 273 353
Decimal 219 187 235
Hex DB BB EB

RGB Percentages of Color #dbbbeb

%34.17
%29.17
%36.66

CMYK Percentages of Color #dbbbeb

%7
%20
%0
%8

Triadic Colors of #dbbbeb

#dbbbeb #ebdbbb #bbebdb

Analogous Colors of #dbbbeb

#dbbbeb #ebbbe3 #c3bbeb

Monochromatic Colors of #dbbbeb

#dbbbeb

Complementary Color

#dbbbeb #cbebbb

#dbbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbeb Color CSS Codes

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

#dbbbeb Text Font Color

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

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


#dbbbeb Background Color

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

This div background color is #dbbbeb


#dbbbeb Border Color

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

This div border color is #dbbbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,187,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 #dbbbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbeb


Comments

No comments written yet.

Please login to write comment.