Color Hex Logo

#abe7af Color Hex

#ABE7AF
(171,231,175)
0 Favorites   0 Comments

Color spaces of #abe7af

RGB 171231175
HSL0.340.560.79
HSV124°26°91°
CMYK 0.260.000.24   0.09
XYZ53.108468.904951.0583
Yxy68.90490.30690.3981
Hunter Lab83.0090-31.063021.6374
CIE-Lab86.4569-29.800821.2686

#abe7af color RGB value is (171,231,175).

#abe7af hex color red value is 171, green value is 231 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abe7af hue: 0.34 , saturation: 0.56 and the lightness value of abe7af is 0.79.

The process color (four color CMYK) of #abe7af color hex is 0.26, 0.00, 0.24, 0.09. Web safe color of #abe7af is #99ff99. Color #abe7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 10101111
Octal 253 347 257
Decimal 171 231 175
Hex AB E7 AF

RGB Percentages of Color #abe7af

%29.64
%40.03
%30.33

CMYK Percentages of Color #abe7af

%26
%0
%24
%9

Triadic Colors of #abe7af

#abe7af #afabe7 #e7afab

Analogous Colors of #abe7af

#abe7af #abe7cd #c5e7ab

Monochromatic Colors of #abe7af

#abe7af

Complementary Color

#abe7af #e7abe3

#abe7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe7af Color CSS Codes

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

#abe7af Text Font Color

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

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


#abe7af Background Color

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

This div background color is #abe7af


#abe7af Border Color

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

This div border color is #abe7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe7af

#abe7af Color Palettes


Comments

No comments written yet.

Please login to write comment.