Color Hex Logo

#adace0 Color Hex

#ADACE0
(173,172,224)
0 Favorites   0 Comments

Color spaces of #adace0

RGB 173172224
HSL0.670.460.78
HSV241°23°88°
CMYK 0.230.230.00   0.12
XYZ45.440743.771176.5747
Yxy43.77110.27410.2640
Hunter Lab66.15976.8202-22.3117
CIE-Lab72.075211.3313-26.0035

#adace0 color RGB value is (173,172,224).

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

The process color (four color CMYK) of #adace0 color hex is 0.23, 0.23, 0.00, 0.12. Web safe color of #adace0 is #9999cc. Color #adace0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 11100000
Octal 255 254 340
Decimal 173 172 224
Hex AD AC E0

RGB Percentages of Color #adace0

%30.40
%30.23
%39.37

CMYK Percentages of Color #adace0

%23
%23
%0
%12

Triadic Colors of #adace0

#adace0 #e0adac #ace0ad

Analogous Colors of #adace0

#adace0 #c7ace0 #acc5e0

Monochromatic Colors of #adace0

#adace0

Complementary Color

#adace0 #dfe0ac

#adace0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adace0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adace0 Color CSS Codes

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

#adace0 Text Font Color

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

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


#adace0 Background Color

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

This div background color is #adace0


#adace0 Border Color

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

This div border color is #adace0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adace0


Comments

No comments written yet.

Please login to write comment.