Color Hex Logo

#aacebb Color Hex

#AACEBB
(170,206,187)
0 Favorites   0 Comments

Color spaces of #aacebb

RGB 170206187
HSL0.410.270.74
HSV148°17°81°
CMYK 0.170.000.09   0.19
XYZ47.618556.276555.3664
Yxy56.27650.29900.3534
Hunter Lab75.0177-17.97568.7537
CIE-Lab79.7709-15.69125.4883

#aacebb color RGB value is (170,206,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10111011
Octal 252 316 273
Decimal 170 206 187
Hex AA CE BB

RGB Percentages of Color #aacebb

%30.20
%36.59
%33.21

CMYK Percentages of Color #aacebb

%17
%0
%9
%19

Triadic Colors of #aacebb

#aacebb #bbaace #cebbaa

Analogous Colors of #aacebb

#aacebb #aacecd #abceaa

Monochromatic Colors of #aacebb

#aacebb

Complementary Color

#aacebb #ceaabd

#aacebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacebb Color CSS Codes

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

#aacebb Text Font Color

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

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


#aacebb Background Color

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

This div background color is #aacebb


#aacebb Border Color

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

This div border color is #aacebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacebb

#aacebb Color Palettes


Comments

No comments written yet.

Please login to write comment.