Color Hex Logo

#aac4ef Color Hex

#AAC4EF
(170,196,239)
0 Favorites   0 Comments

Color spaces of #aac4ef

RGB 170196239
HSL0.600.680.80
HSV217°29°94°
CMYK 0.290.180.00   0.06
XYZ51.897554.257989.3989
Yxy54.25790.26540.2775
Hunter Lab73.6600-3.1419-20.3965
CIE-Lab78.61190.8601-24.1543

#aac4ef color RGB value is (170,196,239).

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

The process color (four color CMYK) of #aac4ef color hex is 0.29, 0.18, 0.00, 0.06. Web safe color of #aac4ef is #99ccff. Color #aac4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 11101111
Octal 252 304 357
Decimal 170 196 239
Hex AA C4 EF

RGB Percentages of Color #aac4ef

%28.10
%32.40
%39.50

CMYK Percentages of Color #aac4ef

%29
%18
%0
%6

Triadic Colors of #aac4ef

#aac4ef #efaac4 #c4efaa

Analogous Colors of #aac4ef

#aac4ef #b3aaef #aae7ef

Monochromatic Colors of #aac4ef

#aac4ef

Complementary Color

#aac4ef #efd5aa

#aac4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ef Color CSS Codes

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

#aac4ef Text Font Color

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

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


#aac4ef Background Color

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

This div background color is #aac4ef


#aac4ef Border Color

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

This div border color is #aac4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ef


Comments

No comments written yet.

Please login to write comment.