Color Hex Logo

#aacade Color Hex

#AACADE
(170,202,222)
0 Favorites   0 Comments

Color spaces of #aacade

RGB 170202222
HSL0.560.440.77
HSV203°23°87°
CMYK 0.230.090.00   0.13
XYZ50.882956.061077.2463
Yxy56.06100.27630.3044
Hunter Lab74.8739-9.7240-8.7569
CIE-Lab79.6485-6.2889-13.4645

#aacade color RGB value is (170,202,222).

#aacade hex color red value is 170, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aacade hue: 0.56 , saturation: 0.44 and the lightness value of aacade is 0.77.

The process color (four color CMYK) of #aacade color hex is 0.23, 0.09, 0.00, 0.13. Web safe color of #aacade is #99cccc. Color #aacade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11011110
Octal 252 312 336
Decimal 170 202 222
Hex AA CA DE

RGB Percentages of Color #aacade

%28.62
%34.01
%37.37

CMYK Percentages of Color #aacade

%23
%9
%0
%13

Triadic Colors of #aacade

#aacade #deaaca #cadeaa

Analogous Colors of #aacade

#aacade #aab0de #aaded8

Monochromatic Colors of #aacade

#aacade

Complementary Color

#aacade #debeaa

#aacade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacade Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacade Color CSS Codes

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

#aacade Text Font Color

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

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


#aacade Background Color

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

This div background color is #aacade


#aacade Border Color

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

This div border color is #aacade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacade


Comments

No comments written yet.

Please login to write comment.