Color Hex Logo

#aacabe Color Hex

#AACABE
(170,202,190)
0 Favorites   0 Comments

Color spaces of #aacabe

RGB 170202190
HSL0.440.230.73
HSV158°16°79°
CMYK 0.160.000.06   0.21
XYZ46.992454.504856.7589
Yxy54.50480.29690.3444
Hunter Lab73.8274-15.57956.0967
CIE-Lab78.7552-13.06112.4097

#aacabe color RGB value is (170,202,190).

#aacabe hex color red value is 170, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aacabe hue: 0.44 , saturation: 0.23 and the lightness value of aacabe is 0.73.

The process color (four color CMYK) of #aacabe color hex is 0.16, 0.00, 0.06, 0.21. Web safe color of #aacabe is #99cccc. Color #aacabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10111110
Octal 252 312 276
Decimal 170 202 190
Hex AA CA BE

RGB Percentages of Color #aacabe

%30.25
%35.94
%33.81

CMYK Percentages of Color #aacabe

%16
%0
%6
%21

Triadic Colors of #aacabe

#aacabe #beaaca #cabeaa

Analogous Colors of #aacabe

#aacabe #aac6ca #aacaae

Monochromatic Colors of #aacabe

#aacabe

Complementary Color

#aacabe #caaab6

#aacabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacabe Color CSS Codes

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

#aacabe Text Font Color

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

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


#aacabe Background Color

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

This div background color is #aacabe


#aacabe Border Color

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

This div border color is #aacabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,202,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 #aacabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacabe


Comments

No comments written yet.

Please login to write comment.