Color Hex Logo

#dbabef Color Hex

#DBABEF
(219,171,239)
0 Favorites   0 Comments

Color spaces of #dbabef

RGB 219171239
HSL0.780.680.80
HSV282°28°94°
CMYK 0.080.280.00   0.06
XYZ59.356350.417988.2646
Yxy50.41790.29970.2546
Hunter Lab71.005624.9553-23.9975
CIE-Lab76.325129.4258-27.3017

#dbabef color RGB value is (219,171,239).

#dbabef hex color red value is 219, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbabef hue: 0.78 , saturation: 0.68 and the lightness value of dbabef is 0.80.

The process color (four color CMYK) of #dbabef color hex is 0.08, 0.28, 0.00, 0.06. Web safe color of #dbabef is #cc99ff. Color #dbabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11101111
Octal 333 253 357
Decimal 219 171 239
Hex DB AB EF

RGB Percentages of Color #dbabef

%34.82
%27.19
%38.00

CMYK Percentages of Color #dbabef

%8
%28
%0
%6

Triadic Colors of #dbabef

#dbabef #efdbab #abefdb

Analogous Colors of #dbabef

#dbabef #efabe1 #b9abef

Monochromatic Colors of #dbabef

#dbabef

Complementary Color

#dbabef #bfefab

#dbabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabef Color CSS Codes

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

#dbabef Text Font Color

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

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


#dbabef Background Color

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

This div background color is #dbabef


#dbabef Border Color

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

This div border color is #dbabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabef


Comments

No comments written yet.

Please login to write comment.