Color Hex Logo

#abb948 Color Hex

#ABB948
(171,185,72)
0 Favorites   0 Comments

Color spaces of #abb948

RGB 17118572
HSL0.190.450.50
HSV67°61°73°
CMYK 0.080.000.61   0.27
XYZ35.313243.823712.7285
Yxy43.82370.38440.4770
Hunter Lab66.1995-20.630734.9396
CIE-Lab72.1105-20.338554.1229

#abb948 color RGB value is (171,185,72).

#abb948 hex color red value is 171, green value is 185 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #abb948 hue: 0.19 , saturation: 0.45 and the lightness value of abb948 is 0.50.

The process color (four color CMYK) of #abb948 color hex is 0.08, 0.00, 0.61, 0.27. Web safe color of #abb948 is #99cc33. Color #abb948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 01001000
Octal 253 271 110
Decimal 171 185 72
Hex AB B9 48

RGB Percentages of Color #abb948

%39.95
%43.22
%16.82

CMYK Percentages of Color #abb948

%8
%0
%61
%27

Triadic Colors of #abb948

#abb948 #48abb9 #b948ab

Analogous Colors of #abb948

#abb948 #73b948 #b98f48

Monochromatic Colors of #abb948

#abb948

Complementary Color

#abb948 #5648b9

#abb948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb948 Color CSS Codes

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

#abb948 Text Font Color

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

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


#abb948 Background Color

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

This div background color is #abb948


#abb948 Border Color

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

This div border color is #abb948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb948


Comments

No comments written yet.

Please login to write comment.