Color Hex Logo

#abd7ae Color Hex

#ABD7AE
(171,215,174)
0 Favorites   0 Comments

Color spaces of #abd7ae

RGB 171215174
HSL0.340.350.76
HSV124°20°84°
CMYK 0.200.000.19   0.16
XYZ48.735060.314849.1177
Yxy60.31480.30810.3813
Hunter Lab77.6626-23.896916.8659
CIE-Lab82.0090-22.258315.5938

#abd7ae color RGB value is (171,215,174).

#abd7ae hex color red value is 171, green value is 215 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #abd7ae hue: 0.34 , saturation: 0.35 and the lightness value of abd7ae is 0.76.

The process color (four color CMYK) of #abd7ae color hex is 0.20, 0.00, 0.19, 0.16. Web safe color of #abd7ae is #99cc99. Color #abd7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 10101110
Octal 253 327 256
Decimal 171 215 174
Hex AB D7 AE

RGB Percentages of Color #abd7ae

%30.54
%38.39
%31.07

CMYK Percentages of Color #abd7ae

%20
%0
%19
%16

Triadic Colors of #abd7ae

#abd7ae #aeabd7 #d7aeab

Analogous Colors of #abd7ae

#abd7ae #abd7c4 #bed7ab

Monochromatic Colors of #abd7ae

#abd7ae

Complementary Color

#abd7ae #d7abd4

#abd7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7ae Color CSS Codes

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

#abd7ae Text Font Color

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

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


#abd7ae Background Color

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

This div background color is #abd7ae


#abd7ae Border Color

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

This div border color is #abd7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7ae


Comments

No comments written yet.

Please login to write comment.