Color Hex Logo

#abe697 Color Hex

#ABE697
(171,230,151)
0 Favorites   0 Comments

Color spaces of #abe697

RGB 171230151
HSL0.290.610.75
HSV105°34°90°
CMYK 0.260.000.34   0.10
XYZ50.677367.485939.6333
Yxy67.48590.32120.4277
Hunter Lab82.1498-33.647528.9003
CIE-Lab85.7487-33.130532.6282

#abe697 color RGB value is (171,230,151).

#abe697 hex color red value is 171, green value is 230 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #abe697 hue: 0.29 , saturation: 0.61 and the lightness value of abe697 is 0.75.

The process color (four color CMYK) of #abe697 color hex is 0.26, 0.00, 0.34, 0.10. Web safe color of #abe697 is #99ff99. Color #abe697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 10010111
Octal 253 346 227
Decimal 171 230 151
Hex AB E6 97

RGB Percentages of Color #abe697

%30.98
%41.67
%27.36

CMYK Percentages of Color #abe697

%26
%0
%34
%10

Triadic Colors of #abe697

#abe697 #97abe6 #e697ab

Analogous Colors of #abe697

#abe697 #97e6ab #d3e697

Monochromatic Colors of #abe697

#abe697

Complementary Color

#abe697 #d297e6

#abe697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe697 Color CSS Codes

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

#abe697 Text Font Color

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

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


#abe697 Background Color

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

This div background color is #abe697


#abe697 Border Color

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

This div border color is #abe697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe697


Comments

No comments written yet.

Please login to write comment.