Color Hex Logo

#aaccda Color Hex

#AACCDA
(170,204,218)
0 Favorites   0 Comments

Color spaces of #aaccda

RGB 170204218
HSL0.550.390.76
HSV198°22°85°
CMYK 0.220.060.00   0.15
XYZ50.825356.793774.6132
Yxy56.79370.27890.3117
Hunter Lab75.3616-11.4990-5.9481
CIE-Lab80.0634-8.2305-10.6989

#aaccda color RGB value is (170,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11011010
Octal 252 314 332
Decimal 170 204 218
Hex AA CC DA

RGB Percentages of Color #aaccda

%28.72
%34.46
%36.82

CMYK Percentages of Color #aaccda

%22
%6
%0
%15

Triadic Colors of #aaccda

#aaccda #daaacc #ccdaaa

Analogous Colors of #aaccda

#aaccda #aab4da #aadad0

Monochromatic Colors of #aaccda

#aaccda

Complementary Color

#aaccda #dab8aa

#aaccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccda Color CSS Codes

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

#aaccda Text Font Color

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

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


#aaccda Background Color

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

This div background color is #aaccda


#aaccda Border Color

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

This div border color is #aaccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccda


Comments

No comments written yet.

Please login to write comment.