Color Hex Logo

#aacde8 Color Hex

#AACDE8
(170,205,232)
0 Favorites   0 Comments

Color spaces of #aacde8

RGB 170205232
HSL0.570.570.79
HSV206°27°91°
CMYK 0.270.120.00   0.09
XYZ52.974458.034984.7537
Yxy58.03490.27060.2965
Hunter Lab76.1806-9.1910-12.6358
CIE-Lab80.7582-5.5839-17.1522

#aacde8 color RGB value is (170,205,232).

#aacde8 hex color red value is 170, green value is 205 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #aacde8 hue: 0.57 , saturation: 0.57 and the lightness value of aacde8 is 0.79.

The process color (four color CMYK) of #aacde8 color hex is 0.27, 0.12, 0.00, 0.09. Web safe color of #aacde8 is #99ccff. Color #aacde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 11101000
Octal 252 315 350
Decimal 170 205 232
Hex AA CD E8

RGB Percentages of Color #aacde8

%28.01
%33.77
%38.22

CMYK Percentages of Color #aacde8

%27
%12
%0
%9

Triadic Colors of #aacde8

#aacde8 #e8aacd #cde8aa

Analogous Colors of #aacde8

#aacde8 #aaaee8 #aae8e4

Monochromatic Colors of #aacde8

#aacde8

Complementary Color

#aacde8 #e8c5aa

#aacde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacde8 Color CSS Codes

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

#aacde8 Text Font Color

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

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


#aacde8 Background Color

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

This div background color is #aacde8


#aacde8 Border Color

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

This div border color is #aacde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacde8


Comments

No comments written yet.

Please login to write comment.