Color Hex Logo

#abae75 Color Hex

#ABAE75
(171,174,117)
0 Favorites   0 Comments

Color spaces of #abae75

RGB 171174117
HSL0.180.260.57
HSV63°33°68°
CMYK 0.020.000.33   0.32
XYZ35.141540.214422.7396
Yxy40.21440.35820.4100
Hunter Lab63.4148-12.059723.1299
CIE-Lab69.6220-10.195628.9641

#abae75 color RGB value is (171,174,117).

#abae75 hex color red value is 171, green value is 174 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abae75 hue: 0.18 , saturation: 0.26 and the lightness value of abae75 is 0.57.

The process color (four color CMYK) of #abae75 color hex is 0.02, 0.00, 0.33, 0.32. Web safe color of #abae75 is #999966. Color #abae75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 01110101
Octal 253 256 165
Decimal 171 174 117
Hex AB AE 75

RGB Percentages of Color #abae75

%37.01
%37.66
%25.32

CMYK Percentages of Color #abae75

%2
%0
%33
%32

Triadic Colors of #abae75

#abae75 #75abae #ae75ab

Analogous Colors of #abae75

#abae75 #8fae75 #ae9575

Monochromatic Colors of #abae75

#abae75

Complementary Color

#abae75 #7875ae

#abae75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae75 Color CSS Codes

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

#abae75 Text Font Color

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

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


#abae75 Background Color

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

This div background color is #abae75


#abae75 Border Color

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

This div border color is #abae75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae75


Comments

No comments written yet.

Please login to write comment.