Color Hex Logo

#adaafc Color Hex

#ADAAFC
(173,170,252)
0 Favorites   0 Comments

Color spaces of #adaafc

RGB 173170252
HSL0.670.930.83
HSV242°33°99°
CMYK 0.310.330.00   0.01
XYZ49.179044.662098.1241
Yxy44.66200.25620.2327
Hunter Lab66.829614.4038-40.2731
CIE-Lab72.668819.2129-40.3056

#adaafc color RGB value is (173,170,252).

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

The process color (four color CMYK) of #adaafc color hex is 0.31, 0.33, 0.00, 0.01. Web safe color of #adaafc is #9999ff. Color #adaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 11111100
Octal 255 252 374
Decimal 173 170 252
Hex AD AA FC

RGB Percentages of Color #adaafc

%29.08
%28.57
%42.35

CMYK Percentages of Color #adaafc

%31
%33
%0
%1

Triadic Colors of #adaafc

#adaafc #fcadaa #aafcad

Analogous Colors of #adaafc

#adaafc #d6aafc #aad0fc

Monochromatic Colors of #adaafc

#adaafc

Complementary Color

#adaafc #f9fcaa

#adaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaafc Color CSS Codes

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

#adaafc Text Font Color

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

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


#adaafc Background Color

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

This div background color is #adaafc


#adaafc Border Color

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

This div border color is #adaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaafc


Comments

No comments written yet.

Please login to write comment.