Color Hex Logo

#abc35f Color Hex

#ABC35F
(171,195,95)
0 Favorites   0 Comments

Color spaces of #abc35f

RGB 17119595
HSL0.210.450.57
HSV74°51°76°
CMYK 0.120.000.51   0.24
XYZ38.375348.514418.1681
Yxy48.51440.36530.4618
Hunter Lab69.6523-23.545933.2914
CIE-Lab75.1482-23.329247.0456

#abc35f color RGB value is (171,195,95).

#abc35f hex color red value is 171, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #abc35f hue: 0.21 , saturation: 0.45 and the lightness value of abc35f is 0.57.

The process color (four color CMYK) of #abc35f color hex is 0.12, 0.00, 0.51, 0.24. Web safe color of #abc35f is #99cc66. Color #abc35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 01011111
Octal 253 303 137
Decimal 171 195 95
Hex AB C3 5F

RGB Percentages of Color #abc35f

%37.09
%42.30
%20.61

CMYK Percentages of Color #abc35f

%12
%0
%51
%24

Triadic Colors of #abc35f

#abc35f #5fabc3 #c35fab

Analogous Colors of #abc35f

#abc35f #79c35f #c3a95f

Monochromatic Colors of #abc35f

#abc35f

Complementary Color

#abc35f #775fc3

#abc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc35f Color CSS Codes

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

#abc35f Text Font Color

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

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


#abc35f Background Color

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

This div background color is #abc35f


#abc35f Border Color

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

This div border color is #abc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc35f


Comments

No comments written yet.

Please login to write comment.