Color Hex Logo

#aaceda Color Hex

#AACEDA
(170,206,218)
0 Favorites   0 Comments

Color spaces of #aaceda

RGB 170206218
HSL0.540.390.76
HSV195°22°85°
CMYK 0.220.060.00   0.15
XYZ51.303857.750674.7727
Yxy57.75060.27910.3142
Hunter Lab75.9938-12.4829-5.1416
CIE-Lab80.5999-9.2734-9.8995

#aaceda color RGB value is (170,206,218).

#aaceda hex color red value is 170, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aaceda hue: 0.54 , saturation: 0.39 and the lightness value of aaceda is 0.76.

The process color (four color CMYK) of #aaceda color hex is 0.22, 0.06, 0.00, 0.15. Web safe color of #aaceda is #99cccc. Color #aaceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11011010
Octal 252 316 332
Decimal 170 206 218
Hex AA CE DA

RGB Percentages of Color #aaceda

%28.62
%34.68
%36.70

CMYK Percentages of Color #aaceda

%22
%6
%0
%15

Triadic Colors of #aaceda

#aaceda #daaace #cedaaa

Analogous Colors of #aaceda

#aaceda #aab6da #aadace

Monochromatic Colors of #aaceda

#aaceda

Complementary Color

#aaceda #dab6aa

#aaceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceda Color CSS Codes

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

#aaceda Text Font Color

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

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


#aaceda Background Color

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

This div background color is #aaceda


#aaceda Border Color

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

This div border color is #aaceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceda


Comments

No comments written yet.

Please login to write comment.