Color Hex Logo

#adacf2 Color Hex

#ADACF2
(173,172,242)
0 Favorites   0 Comments

Color spaces of #adacf2

RGB 173172242
HSL0.670.730.81
HSV241°29°95°
CMYK 0.290.290.00   0.05
XYZ48.013144.800190.1211
Yxy44.80010.26250.2449
Hunter Lab66.932910.9112-32.9774
CIE-Lab72.760115.6219-34.7466

#adacf2 color RGB value is (173,172,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11110010
Octal 255 254 362
Decimal 173 172 242
Hex AD AC F2

RGB Percentages of Color #adacf2

%29.47
%29.30
%41.23

CMYK Percentages of Color #adacf2

%29
%29
%0
%5

Triadic Colors of #adacf2

#adacf2 #f2adac #acf2ad

Analogous Colors of #adacf2

#adacf2 #d0acf2 #accef2

Monochromatic Colors of #adacf2

#adacf2

Complementary Color

#adacf2 #f1f2ac

#adacf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacf2 Color CSS Codes

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

#adacf2 Text Font Color

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

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


#adacf2 Background Color

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

This div background color is #adacf2


#adacf2 Border Color

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

This div border color is #adacf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacf2


Comments

No comments written yet.

Please login to write comment.