Color Hex Logo

#aacebc Color Hex

#AACEBC
(170,206,188)
0 Favorites   0 Comments

Color spaces of #aacebc

RGB 170206188
HSL0.420.270.74
HSV150°17°81°
CMYK 0.170.000.09   0.19
XYZ47.726056.319555.9323
Yxy56.31950.29830.3520
Hunter Lab75.0463-17.81338.3434
CIE-Lab79.7953-15.49774.9883

#aacebc color RGB value is (170,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10111100
Octal 252 316 274
Decimal 170 206 188
Hex AA CE BC

RGB Percentages of Color #aacebc

%30.14
%36.52
%33.33

CMYK Percentages of Color #aacebc

%17
%0
%9
%19

Triadic Colors of #aacebc

#aacebc #bcaace #cebcaa

Analogous Colors of #aacebc

#aacebc #aacece #aaceaa

Monochromatic Colors of #aacebc

#aacebc

Complementary Color

#aacebc #ceaabc

#aacebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacebc Color CSS Codes

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

#aacebc Text Font Color

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

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


#aacebc Background Color

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

This div background color is #aacebc


#aacebc Border Color

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

This div border color is #aacebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacebc


Comments

No comments written yet.

Please login to write comment.