Color Hex Logo

#abe772 Color Hex

#ABE772
(171,231,114)
0 Favorites   0 Comments

Color spaces of #abe772

RGB 171231114
HSL0.250.710.68
HSV91°51°91°
CMYK 0.260.000.51   0.09
XYZ48.407867.024726.3053
Yxy67.02470.34150.4729
Hunter Lab81.8686-37.725438.2575
CIE-Lab85.5164-38.274150.4647

#abe772 color RGB value is (171,231,114).

#abe772 hex color red value is 171, green value is 231 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abe772 hue: 0.25 , saturation: 0.71 and the lightness value of abe772 is 0.68.

The process color (four color CMYK) of #abe772 color hex is 0.26, 0.00, 0.51, 0.09. Web safe color of #abe772 is #99ff66. Color #abe772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 01110010
Octal 253 347 162
Decimal 171 231 114
Hex AB E7 72

RGB Percentages of Color #abe772

%33.14
%44.77
%22.09

CMYK Percentages of Color #abe772

%26
%0
%51
%9

Triadic Colors of #abe772

#abe772 #72abe7 #e772ab

Analogous Colors of #abe772

#abe772 #72e774 #e6e772

Monochromatic Colors of #abe772

#abe772

Complementary Color

#abe772 #ae72e7

#abe772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe772 Color CSS Codes

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

#abe772 Text Font Color

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

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


#abe772 Background Color

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

This div background color is #abe772


#abe772 Border Color

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

This div border color is #abe772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe772


Comments

No comments written yet.

Please login to write comment.