Color Hex Logo

#aacaef Color Hex

#AACAEF
(170,202,239)
0 Favorites   0 Comments

Color spaces of #aacaef

RGB 170202239
HSL0.590.680.80
HSV212°29°94°
CMYK 0.290.150.00   0.06
XYZ53.278157.019189.8591
Yxy57.01910.26620.2849
Hunter Lab75.5110-6.2004-17.6982
CIE-Lab80.1903-2.3514-21.7537

#aacaef color RGB value is (170,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11101111
Octal 252 312 357
Decimal 170 202 239
Hex AA CA EF

RGB Percentages of Color #aacaef

%27.82
%33.06
%39.12

CMYK Percentages of Color #aacaef

%29
%15
%0
%6

Triadic Colors of #aacaef

#aacaef #efaaca #caefaa

Analogous Colors of #aacaef

#aacaef #adaaef #aaedef

Monochromatic Colors of #aacaef

#aacaef

Complementary Color

#aacaef #efcfaa

#aacaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaef Color CSS Codes

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

#aacaef Text Font Color

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

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


#aacaef Background Color

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

This div background color is #aacaef


#aacaef Border Color

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

This div border color is #aacaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaef


Comments

No comments written yet.

Please login to write comment.