Color Hex Logo

#aacaec Color Hex

#AACAEC
(170,202,236)
0 Favorites   0 Comments

Color spaces of #aacaec

RGB 170202236
HSL0.590.630.80
HSV211°28°93°
CMYK 0.280.140.00   0.07
XYZ52.838456.843287.5438
Yxy56.84320.26790.2882
Hunter Lab75.3944-6.8428-16.0681
CIE-Lab80.0913-3.0619-20.2991

#aacaec color RGB value is (170,202,236).

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

The process color (four color CMYK) of #aacaec color hex is 0.28, 0.14, 0.00, 0.07. Web safe color of #aacaec is #99ccff. Color #aacaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11101100
Octal 252 312 354
Decimal 170 202 236
Hex AA CA EC

RGB Percentages of Color #aacaec

%27.96
%33.22
%38.82

CMYK Percentages of Color #aacaec

%28
%14
%0
%7

Triadic Colors of #aacaec

#aacaec #ecaaca #caecaa

Analogous Colors of #aacaec

#aacaec #abaaec #aaebec

Monochromatic Colors of #aacaec

#aacaec

Complementary Color

#aacaec #ecccaa

#aacaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaec Color CSS Codes

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

#aacaec Text Font Color

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

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


#aacaec Background Color

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

This div background color is #aacaec


#aacaec Border Color

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

This div border color is #aacaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaec


Comments

No comments written yet.

Please login to write comment.