Color Hex Logo

#dbaafc Color Hex

#DBAAFC
(219,170,252)
0 Favorites   0 Comments

Color spaces of #dbaafc

RGB 219170252
HSL0.770.930.83
HSV276°33°99°
CMYK 0.130.330.00   0.01
XYZ61.158850.837898.6847
Yxy50.83780.29030.2413
Hunter Lab71.300628.3340-32.1508
CIE-Lab76.580732.6072-33.9282

#dbaafc color RGB value is (219,170,252).

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

The process color (four color CMYK) of #dbaafc color hex is 0.13, 0.33, 0.00, 0.01. Web safe color of #dbaafc is #cc99ff. Color #dbaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11111100
Octal 333 252 374
Decimal 219 170 252
Hex DB AA FC

RGB Percentages of Color #dbaafc

%34.17
%26.52
%39.31

CMYK Percentages of Color #dbaafc

%13
%33
%0
%1

Triadic Colors of #dbaafc

#dbaafc #fcdbaa #aafcdb

Analogous Colors of #dbaafc

#dbaafc #fcaaf4 #b2aafc

Monochromatic Colors of #dbaafc

#dbaafc

Complementary Color

#dbaafc #cbfcaa

#dbaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaafc Color CSS Codes

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

#dbaafc Text Font Color

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

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


#dbaafc Background Color

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

This div background color is #dbaafc


#dbaafc Border Color

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

This div border color is #dbaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaafc


Comments

No comments written yet.

Please login to write comment.