Color Hex Logo

#adacf5 Color Hex

#ADACF5
(173,172,245)
0 Favorites   0 Comments

Color spaces of #adacf5

RGB 173172245
HSL0.670.780.82
HSV241°30°96°
CMYK 0.290.300.00   0.04
XYZ48.467544.981992.5141
Yxy44.98190.26060.2419
Hunter Lab67.068511.6242-34.8364
CIE-Lab72.880016.3574-36.1874

#adacf5 color RGB value is (173,172,245).

#adacf5 hex color red value is 173, green value is 172 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #adacf5 hue: 0.67 , saturation: 0.78 and the lightness value of adacf5 is 0.82.

The process color (four color CMYK) of #adacf5 color hex is 0.29, 0.30, 0.00, 0.04. Web safe color of #adacf5 is #9999ff. Color #adacf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11110101
Octal 255 254 365
Decimal 173 172 245
Hex AD AC F5

RGB Percentages of Color #adacf5

%29.32
%29.15
%41.53

CMYK Percentages of Color #adacf5

%29
%30
%0
%4

Triadic Colors of #adacf5

#adacf5 #f5adac #acf5ad

Analogous Colors of #adacf5

#adacf5 #d2acf5 #acd0f5

Monochromatic Colors of #adacf5

#adacf5

Complementary Color

#adacf5 #f4f5ac

#adacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacf5 Color CSS Codes

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

#adacf5 Text Font Color

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

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


#adacf5 Background Color

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

This div background color is #adacf5


#adacf5 Border Color

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

This div border color is #adacf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,172,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacf5


Comments

No comments written yet.

Please login to write comment.