Color Hex Logo

#aaceba Color Hex

#AACEBA
(170,206,186)
0 Favorites   0 Comments

Color spaces of #aaceba

RGB 170206186
HSL0.410.270.74
HSV147°17°81°
CMYK 0.170.000.10   0.19
XYZ47.511856.233854.8045
Yxy56.23380.29970.3547
Hunter Lab74.9892-18.13679.1614
CIE-Lab79.7467-15.88365.9884

#aaceba color RGB value is (170,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10111010
Octal 252 316 272
Decimal 170 206 186
Hex AA CE BA

RGB Percentages of Color #aaceba

%30.25
%36.65
%33.10

CMYK Percentages of Color #aaceba

%17
%0
%10
%19

Triadic Colors of #aaceba

#aaceba #baaace #cebaaa

Analogous Colors of #aaceba

#aaceba #aacecc #acceaa

Monochromatic Colors of #aaceba

#aaceba

Complementary Color

#aaceba #ceaabe

#aaceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceba Color CSS Codes

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

#aaceba Text Font Color

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

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


#aaceba Background Color

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

This div background color is #aaceba


#aaceba Border Color

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

This div border color is #aaceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceba


Comments

No comments written yet.

Please login to write comment.