Color Hex Logo

#abc949 Color Hex

#ABC949
(171,201,73)
0 Favorites   0 Comments

Color spaces of #abc949

RGB 17120173
HSL0.210.540.54
HSV74°64°79°
CMYK 0.150.000.64   0.21
XYZ38.883850.912314.0810
Yxy50.91230.37430.4901
Hunter Lab71.3529-27.593838.2465
CIE-Lab76.6259-28.073258.5602

#abc949 color RGB value is (171,201,73).

#abc949 hex color red value is 171, green value is 201 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #abc949 hue: 0.21 , saturation: 0.54 and the lightness value of abc949 is 0.54.

The process color (four color CMYK) of #abc949 color hex is 0.15, 0.00, 0.64, 0.21. Web safe color of #abc949 is #99cc33. Color #abc949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01001001
Octal 253 311 111
Decimal 171 201 73
Hex AB C9 49

RGB Percentages of Color #abc949

%38.43
%45.17
%16.40

CMYK Percentages of Color #abc949

%15
%0
%64
%21

Triadic Colors of #abc949

#abc949 #49abc9 #c949ab

Analogous Colors of #abc949

#abc949 #6bc949 #c9a749

Monochromatic Colors of #abc949

#abc949

Complementary Color

#abc949 #6749c9

#abc949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc949 Color CSS Codes

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

#abc949 Text Font Color

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

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


#abc949 Background Color

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

This div background color is #abc949


#abc949 Border Color

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

This div border color is #abc949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc949


Comments

No comments written yet.

Please login to write comment.