Color Hex Logo

#aacebe Color Hex

#AACEBE
(170,206,190)
0 Favorites   0 Comments

Color spaces of #aacebe

RGB 170206190
HSL0.430.270.74
HSV153°17°81°
CMYK 0.170.000.08   0.19
XYZ47.943156.406457.0758
Yxy56.40640.29700.3494
Hunter Lab75.1042-17.48617.5152
CIE-Lab79.8446-15.10833.9890

#aacebe color RGB value is (170,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 10111110
Octal 252 316 276
Decimal 170 206 190
Hex AA CE BE

RGB Percentages of Color #aacebe

%30.04
%36.40
%33.57

CMYK Percentages of Color #aacebe

%17
%0
%8
%19

Triadic Colors of #aacebe

#aacebe #beaace #cebeaa

Analogous Colors of #aacebe

#aacebe #aaccce #aaceac

Monochromatic Colors of #aacebe

#aacebe

Complementary Color

#aacebe #ceaaba

#aacebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacebe Color CSS Codes

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

#aacebe Text Font Color

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

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


#aacebe Background Color

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

This div background color is #aacebe


#aacebe Border Color

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

This div border color is #aacebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacebe


Comments

No comments written yet.

Please login to write comment.