Color Hex Logo

#dbbaef Color Hex

#DBBAEF
(219,186,239)
0 Favorites   0 Comments

Color spaces of #dbbaef

RGB 219186239
HSL0.770.620.83
HSV277°22°94°
CMYK 0.080.220.00   0.06
XYZ62.352356.409989.2632
Yxy56.40990.29970.2712
Hunter Lab75.106516.7516-17.8909
CIE-Lab79.846521.3199-21.9308

#dbbaef color RGB value is (219,186,239).

#dbbaef hex color red value is 219, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbbaef hue: 0.77 , saturation: 0.62 and the lightness value of dbbaef is 0.83.

The process color (four color CMYK) of #dbbaef color hex is 0.08, 0.22, 0.00, 0.06. Web safe color of #dbbaef is #ccccff. Color #dbbaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11101111
Octal 333 272 357
Decimal 219 186 239
Hex DB BA EF

RGB Percentages of Color #dbbaef

%34.01
%28.88
%37.11

CMYK Percentages of Color #dbbaef

%8
%22
%0
%6

Triadic Colors of #dbbaef

#dbbaef #efdbba #baefdb

Analogous Colors of #dbbaef

#dbbaef #efbae9 #c1baef

Monochromatic Colors of #dbbaef

#dbbaef

Complementary Color

#dbbaef #ceefba

#dbbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaef Color CSS Codes

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

#dbbaef Text Font Color

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

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


#dbbaef Background Color

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

This div background color is #dbbaef


#dbbaef Border Color

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

This div border color is #dbbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaef


Comments

No comments written yet.

Please login to write comment.