Color Hex Logo

#abeaa1 Color Hex

#ABEAA1
(171,234,161)
0 Favorites   0 Comments

Color spaces of #abeaa1

RGB 171234161
HSL0.310.630.77
HSV112°31°92°
CMYK 0.270.000.31   0.08
XYZ52.650470.076844.4694
Yxy70.07680.31490.4191
Hunter Lab83.7119-34.228627.1023
CIE-Lab87.0345-33.477629.2583

#abeaa1 color RGB value is (171,234,161).

#abeaa1 hex color red value is 171, green value is 234 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #abeaa1 hue: 0.31 , saturation: 0.63 and the lightness value of abeaa1 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10100001
Octal 253 352 241
Decimal 171 234 161
Hex AB EA A1

RGB Percentages of Color #abeaa1

%30.21
%41.34
%28.45

CMYK Percentages of Color #abeaa1

%27
%0
%31
%8

Triadic Colors of #abeaa1

#abeaa1 #a1abea #eaa1ab

Analogous Colors of #abeaa1

#abeaa1 #a1eabc #d0eaa1

Monochromatic Colors of #abeaa1

#abeaa1

Complementary Color

#abeaa1 #e0a1ea

#abeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaa1 Color CSS Codes

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

#abeaa1 Text Font Color

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

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


#abeaa1 Background Color

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

This div background color is #abeaa1


#abeaa1 Border Color

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

This div border color is #abeaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaa1


Comments

No comments written yet.

Please login to write comment.