Color Hex Logo

#aac4ea Color Hex

#AAC4EA
(170,196,234)
0 Favorites   0 Comments

Color spaces of #aac4ea

RGB 170196234
HSL0.600.600.79
HSV216°27°92°
CMYK 0.270.160.00   0.08
XYZ51.168853.966485.5616
Yxy53.96640.26830.2830
Hunter Lab73.4618-4.2265-17.6323
CIE-Lab78.4421-0.3300-21.7282

#aac4ea color RGB value is (170,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 11101010
Octal 252 304 352
Decimal 170 196 234
Hex AA C4 EA

RGB Percentages of Color #aac4ea

%28.33
%32.67
%39.00

CMYK Percentages of Color #aac4ea

%27
%16
%0
%8

Triadic Colors of #aac4ea

#aac4ea #eaaac4 #c4eaaa

Analogous Colors of #aac4ea

#aac4ea #b0aaea #aae4ea

Monochromatic Colors of #aac4ea

#aac4ea

Complementary Color

#aac4ea #ead0aa

#aac4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ea Color CSS Codes

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

#aac4ea Text Font Color

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

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


#aac4ea Background Color

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

This div background color is #aac4ea


#aac4ea Border Color

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

This div border color is #aac4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ea


Comments

No comments written yet.

Please login to write comment.