Color Hex Logo

#abc152 Color Hex

#ABC152
(171,193,82)
0 Favorites   0 Comments

Color spaces of #abc152

RGB 17119382
HSL0.200.470.54
HSV72°58°76°
CMYK 0.110.000.58   0.24
XYZ37.387547.407115.1626
Yxy47.40710.37400.4743
Hunter Lab68.8528-23.565835.1403
CIE-Lab74.4494-23.515552.2817

#abc152 color RGB value is (171,193,82).

#abc152 hex color red value is 171, green value is 193 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abc152 hue: 0.20 , saturation: 0.47 and the lightness value of abc152 is 0.54.

The process color (four color CMYK) of #abc152 color hex is 0.11, 0.00, 0.58, 0.24. Web safe color of #abc152 is #99cc66. Color #abc152 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 01010010
Octal 253 301 122
Decimal 171 193 82
Hex AB C1 52

RGB Percentages of Color #abc152

%38.34
%43.27
%18.39

CMYK Percentages of Color #abc152

%11
%0
%58
%24

Triadic Colors of #abc152

#abc152 #52abc1 #c152ab

Analogous Colors of #abc152

#abc152 #74c152 #c1a052

Monochromatic Colors of #abc152

#abc152

Complementary Color

#abc152 #6852c1

#abc152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc152 Color CSS Codes

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

#abc152 Text Font Color

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

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


#abc152 Background Color

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

This div background color is #abc152


#abc152 Border Color

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

This div border color is #abc152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc152


Comments

No comments written yet.

Please login to write comment.