Color Hex Logo

#abca95 Color Hex

#ABCA95
(171,202,149)
0 Favorites   0 Comments

Color spaces of #abca95

RGB 171202149
HSL0.260.330.69
HSV95°26°79°
CMYK 0.150.000.26   0.21
XYZ43.339953.068936.3928
Yxy53.06890.32640.3996
Hunter Lab72.8484-21.289221.3744
CIE-Lab77.9157-19.963323.1260

#abca95 color RGB value is (171,202,149).

#abca95 hex color red value is 171, green value is 202 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #abca95 hue: 0.26 , saturation: 0.33 and the lightness value of abca95 is 0.69.

The process color (four color CMYK) of #abca95 color hex is 0.15, 0.00, 0.26, 0.21. Web safe color of #abca95 is #99cc99. Color #abca95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10010101
Octal 253 312 225
Decimal 171 202 149
Hex AB CA 95

RGB Percentages of Color #abca95

%32.76
%38.70
%28.54

CMYK Percentages of Color #abca95

%15
%0
%26
%21

Triadic Colors of #abca95

#abca95 #95abca #ca95ab

Analogous Colors of #abca95

#abca95 #95ca9a #c6ca95

Monochromatic Colors of #abca95

#abca95

Complementary Color

#abca95 #b495ca

#abca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca95 Color CSS Codes

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

#abca95 Text Font Color

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

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


#abca95 Background Color

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

This div background color is #abca95


#abca95 Border Color

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

This div border color is #abca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca95


Comments

No comments written yet.

Please login to write comment.