Color Hex Logo

#aaceb7 Color Hex

#AACEB7
(170,206,183)
0 Favorites   0 Comments

Color spaces of #aaceb7

RGB 170206183
HSL0.390.270.74
HSV142°17°81°
CMYK 0.170.000.11   0.19
XYZ47.196156.107653.1421
Yxy56.10760.30170.3586
Hunter Lab74.9050-18.614610.3696
CIE-Lab79.6750-16.45557.4899

#aaceb7 color RGB value is (170,206,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10110111
Octal 252 316 267
Decimal 170 206 183
Hex AA CE B7

RGB Percentages of Color #aaceb7

%30.41
%36.85
%32.74

CMYK Percentages of Color #aaceb7

%17
%0
%11
%19

Triadic Colors of #aaceb7

#aaceb7 #b7aace #ceb7aa

Analogous Colors of #aaceb7

#aaceb7 #aacec9 #afceaa

Monochromatic Colors of #aaceb7

#aaceb7

Complementary Color

#aaceb7 #ceaac1

#aaceb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceb7 Color CSS Codes

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

#aaceb7 Text Font Color

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

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


#aaceb7 Background Color

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

This div background color is #aaceb7


#aaceb7 Border Color

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

This div border color is #aaceb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceb7


Comments

No comments written yet.

Please login to write comment.