Color Hex Logo

#abe7ad Color Hex

#ABE7AD
(171,231,173)
0 Favorites   0 Comments

Color spaces of #abe7ad

RGB 171231173
HSL0.340.560.79
HSV122°26°91°
CMYK 0.260.000.25   0.09
XYZ52.913368.826950.0313
Yxy68.82690.30800.4007
Hunter Lab82.9620-31.335822.3178
CIE-Lab86.4183-30.139022.2508

#abe7ad color RGB value is (171,231,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 10101101
Octal 253 347 255
Decimal 171 231 173
Hex AB E7 AD

RGB Percentages of Color #abe7ad

%29.74
%40.17
%30.09

CMYK Percentages of Color #abe7ad

%26
%0
%25
%9

Triadic Colors of #abe7ad

#abe7ad #adabe7 #e7adab

Analogous Colors of #abe7ad

#abe7ad #abe7cb #c7e7ab

Monochromatic Colors of #abe7ad

#abe7ad

Complementary Color

#abe7ad #e7abe5

#abe7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe7ad Color CSS Codes

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

#abe7ad Text Font Color

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

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


#abe7ad Background Color

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

This div background color is #abe7ad


#abe7ad Border Color

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

This div border color is #abe7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe7ad


Comments

No comments written yet.

Please login to write comment.