Color Hex Logo

#abca72 Color Hex

#ABCA72
(171,202,114)
0 Favorites   0 Comments

Color spaces of #abca72

RGB 171202114
HSL0.230.450.62
HSV81°44°79°
CMYK 0.150.000.44   0.21
XYZ40.952452.113923.8202
Yxy52.11390.35040.4459
Hunter Lab72.1900-25.071830.9693
CIE-Lab77.3489-24.721040.4358

#abca72 color RGB value is (171,202,114).

#abca72 hex color red value is 171, green value is 202 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abca72 hue: 0.23 , saturation: 0.45 and the lightness value of abca72 is 0.62.

The process color (four color CMYK) of #abca72 color hex is 0.15, 0.00, 0.44, 0.21. Web safe color of #abca72 is #99cc66. Color #abca72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 01110010
Octal 253 312 162
Decimal 171 202 114
Hex AB CA 72

RGB Percentages of Color #abca72

%35.11
%41.48
%23.41

CMYK Percentages of Color #abca72

%15
%0
%44
%21

Triadic Colors of #abca72

#abca72 #72abca #ca72ab

Analogous Colors of #abca72

#abca72 #7fca72 #cabd72

Monochromatic Colors of #abca72

#abca72

Complementary Color

#abca72 #9172ca

#abca72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca72 Color CSS Codes

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

#abca72 Text Font Color

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

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


#abca72 Background Color

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

This div background color is #abca72


#abca72 Border Color

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

This div border color is #abca72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,202,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 #abca72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca72


Comments

No comments written yet.

Please login to write comment.