Color Hex Logo

#aaceed Color Hex

#AACEED
(170,206,237)
0 Favorites   0 Comments

Color spaces of #aaceed

RGB 170206237
HSL0.580.650.80
HSV208°28°93°
CMYK 0.280.130.00   0.07
XYZ53.934958.803188.6282
Yxy58.80310.26780.2920
Hunter Lab76.6832-8.6481-14.8474
CIE-Lab81.1832-4.9440-19.1812

#aaceed color RGB value is (170,206,237).

#aaceed hex color red value is 170, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaceed hue: 0.58 , saturation: 0.65 and the lightness value of aaceed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11101101
Octal 252 316 355
Decimal 170 206 237
Hex AA CE ED

RGB Percentages of Color #aaceed

%27.73
%33.61
%38.66

CMYK Percentages of Color #aaceed

%28
%13
%0
%7

Triadic Colors of #aaceed

#aaceed #edaace #ceedaa

Analogous Colors of #aaceed

#aaceed #aaaded #aaedeb

Monochromatic Colors of #aaceed

#aaceed

Complementary Color

#aaceed #edc9aa

#aaceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceed Color CSS Codes

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

#aaceed Text Font Color

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

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


#aaceed Background Color

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

This div background color is #aaceed


#aaceed Border Color

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

This div border color is #aaceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceed


Comments

No comments written yet.

Please login to write comment.