Color Hex Logo

#aaceb6 Color Hex

#AACEB6
(170,206,182)
0 Favorites   0 Comments

Color spaces of #aaceb6

RGB 170206182
HSL0.390.270.74
HSV140°17°81°
CMYK 0.170.000.12   0.19
XYZ47.092456.066152.5958
Yxy56.06610.30240.3600
Hunter Lab74.8773-18.771710.7672
CIE-Lab79.6514-16.64407.9907

#aaceb6 color RGB value is (170,206,182).

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

The process color (four color CMYK) of #aaceb6 color hex is 0.17, 0.00, 0.12, 0.19. Web safe color of #aaceb6 is #99cccc. Color #aaceb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10110110
Octal 252 316 266
Decimal 170 206 182
Hex AA CE B6

RGB Percentages of Color #aaceb6

%30.47
%36.92
%32.62

CMYK Percentages of Color #aaceb6

%17
%0
%12
%19

Triadic Colors of #aaceb6

#aaceb6 #b6aace #ceb6aa

Analogous Colors of #aaceb6

#aaceb6 #aacec8 #b0ceaa

Monochromatic Colors of #aaceb6

#aaceb6

Complementary Color

#aaceb6 #ceaac2

#aaceb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceb6 Color CSS Codes

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

#aaceb6 Text Font Color

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

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


#aaceb6 Background Color

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

This div background color is #aaceb6


#aaceb6 Border Color

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

This div border color is #aaceb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceb6


Comments

No comments written yet.

Please login to write comment.