Color Hex Logo

#aabeb4 Color Hex

#AABEB4
(170,190,180)
0 Favorites   0 Comments

Color spaces of #aabeb4

RGB 170190180
HSL0.420.130.71
HSV150°11°75°
CMYK 0.110.000.05   0.25
XYZ43.229248.668250.2955
Yxy48.66820.30400.3423
Hunter Lab69.7626-11.47506.0886
CIE-Lab75.2444-8.77742.7144

#aabeb4 color RGB value is (170,190,180).

#aabeb4 hex color red value is 170, green value is 190 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #aabeb4 hue: 0.42 , saturation: 0.13 and the lightness value of aabeb4 is 0.71.

The process color (four color CMYK) of #aabeb4 color hex is 0.11, 0.00, 0.05, 0.25. Web safe color of #aabeb4 is #99cccc. Color #aabeb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10110100
Octal 252 276 264
Decimal 170 190 180
Hex AA BE B4

RGB Percentages of Color #aabeb4

%31.48
%35.19
%33.33

CMYK Percentages of Color #aabeb4

%11
%0
%5
%25

Triadic Colors of #aabeb4

#aabeb4 #b4aabe #beb4aa

Analogous Colors of #aabeb4

#aabeb4 #aabebe #aabeaa

Monochromatic Colors of #aabeb4

#aabeb4

Complementary Color

#aabeb4 #beaab4

#aabeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeb4 Color CSS Codes

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

#aabeb4 Text Font Color

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

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


#aabeb4 Background Color

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

This div background color is #aabeb4


#aabeb4 Border Color

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

This div border color is #aabeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeb4


Comments

No comments written yet.

Please login to write comment.