Color Hex Logo

#abc953 Color Hex

#ABC953
(171,201,83)
0 Favorites   0 Comments

Color spaces of #abc953

RGB 17120183
HSL0.210.520.56
HSV75°59°79°
CMYK 0.150.000.59   0.21
XYZ39.242651.055715.9701
Yxy51.05570.36930.4804
Hunter Lab71.4533-27.009936.7657
CIE-Lab76.7127-27.309554.3754

#abc953 color RGB value is (171,201,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01010011
Octal 253 311 123
Decimal 171 201 83
Hex AB C9 53

RGB Percentages of Color #abc953

%37.58
%44.18
%18.24

CMYK Percentages of Color #abc953

%15
%0
%59
%21

Triadic Colors of #abc953

#abc953 #53abc9 #c953ab

Analogous Colors of #abc953

#abc953 #70c953 #c9ac53

Monochromatic Colors of #abc953

#abc953

Complementary Color

#abc953 #7153c9

#abc953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc953 Color CSS Codes

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

#abc953 Text Font Color

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

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


#abc953 Background Color

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

This div background color is #abc953


#abc953 Border Color

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

This div border color is #abc953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc953


Comments

No comments written yet.

Please login to write comment.