Color Hex Logo

#abeaaa Color Hex

#ABEAAA
(171,234,170)
0 Favorites   0 Comments

Color spaces of #abeaaa

RGB 171234170
HSL0.330.600.79
HSV119°27°92°
CMYK 0.270.000.27   0.08
XYZ53.473170.405848.8016
Yxy70.40580.30970.4077
Hunter Lab83.9082-33.084624.2522
CIE-Lab87.1955-32.043724.8658

#abeaaa color RGB value is (171,234,170).

#abeaaa hex color red value is 171, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abeaaa hue: 0.33 , saturation: 0.60 and the lightness value of abeaaa is 0.79.

The process color (four color CMYK) of #abeaaa color hex is 0.27, 0.00, 0.27, 0.08. Web safe color of #abeaaa is #99ff99. Color #abeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10101010
Octal 253 352 252
Decimal 171 234 170
Hex AB EA AA

RGB Percentages of Color #abeaaa

%29.74
%40.70
%29.57

CMYK Percentages of Color #abeaaa

%27
%0
%27
%8

Triadic Colors of #abeaaa

#abeaaa #aaabea #eaaaab

Analogous Colors of #abeaaa

#abeaaa #aaeac9 #cbeaaa

Monochromatic Colors of #abeaaa

#abeaaa

Complementary Color

#abeaaa #e9aaea

#abeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaaa Color CSS Codes

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

#abeaaa Text Font Color

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

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


#abeaaa Background Color

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

This div background color is #abeaaa


#abeaaa Border Color

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

This div border color is #abeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaaa


Comments

No comments written yet.

Please login to write comment.