Color Hex Logo

#aacdea Color Hex

#AACDEA
(170,205,234)
0 Favorites   0 Comments

Color spaces of #aacdea

RGB 170205234
HSL0.580.600.79
HSV207°27°92°
CMYK 0.270.120.00   0.08
XYZ53.260258.149286.2587
Yxy58.14920.26940.2942
Hunter Lab76.2556-8.7753-13.6886
CIE-Lab80.8217-5.1188-18.1254

#aacdea color RGB value is (170,205,234).

#aacdea hex color red value is 170, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aacdea hue: 0.58 , saturation: 0.60 and the lightness value of aacdea is 0.79.

The process color (four color CMYK) of #aacdea color hex is 0.27, 0.12, 0.00, 0.08. Web safe color of #aacdea is #99ccff. Color #aacdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 11101010
Octal 252 315 352
Decimal 170 205 234
Hex AA CD EA

RGB Percentages of Color #aacdea

%27.91
%33.66
%38.42

CMYK Percentages of Color #aacdea

%27
%12
%0
%8

Triadic Colors of #aacdea

#aacdea #eaaacd #cdeaaa

Analogous Colors of #aacdea

#aacdea #aaadea #aaeae7

Monochromatic Colors of #aacdea

#aacdea

Complementary Color

#aacdea #eac7aa

#aacdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdea Color CSS Codes

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

#aacdea Text Font Color

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

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


#aacdea Background Color

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

This div background color is #aacdea


#aacdea Border Color

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

This div border color is #aacdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdea


Comments

No comments written yet.

Please login to write comment.