Color Hex Logo

#aac1ea Color Hex

#AAC1EA
(170,193,234)
0 Favorites   0 Comments

Color spaces of #aac1ea

RGB 170193234
HSL0.610.600.79
HSV218°27°92°
CMYK 0.270.180.00   0.08
XYZ50.498852.626585.3383
Yxy52.62650.26790.2792
Hunter Lab72.5441-2.6963-18.9657
CIE-Lab77.65401.2842-22.9264

#aac1ea color RGB value is (170,193,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 11101010
Octal 252 301 352
Decimal 170 193 234
Hex AA C1 EA

RGB Percentages of Color #aac1ea

%28.48
%32.33
%39.20

CMYK Percentages of Color #aac1ea

%27
%18
%0
%8

Triadic Colors of #aac1ea

#aac1ea #eaaac1 #c1eaaa

Analogous Colors of #aac1ea

#aac1ea #b3aaea #aae1ea

Monochromatic Colors of #aac1ea

#aac1ea

Complementary Color

#aac1ea #ead3aa

#aac1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac1ea Color CSS Codes

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

#aac1ea Text Font Color

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

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


#aac1ea Background Color

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

This div background color is #aac1ea


#aac1ea Border Color

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

This div border color is #aac1ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,193,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 #aac1ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac1ea


Comments

No comments written yet.

Please login to write comment.