Color Hex Logo

#abc752 Color Hex

#ABC752
(171,199,82)
0 Favorites   0 Comments

Color spaces of #abc752

RGB 17119982
HSL0.210.510.55
HSV74°59°78°
CMYK 0.140.000.59   0.22
XYZ38.741050.114015.6137
Yxy50.11400.37080.4797
Hunter Lab70.7912-26.199336.4769
CIE-Lab76.1392-26.430454.1771

#abc752 color RGB value is (171,199,82).

#abc752 hex color red value is 171, green value is 199 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abc752 hue: 0.21 , saturation: 0.51 and the lightness value of abc752 is 0.55.

The process color (four color CMYK) of #abc752 color hex is 0.14, 0.00, 0.59, 0.22. Web safe color of #abc752 is #99cc66. Color #abc752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01010010
Octal 253 307 122
Decimal 171 199 82
Hex AB C7 52

RGB Percentages of Color #abc752

%37.83
%44.03
%18.14

CMYK Percentages of Color #abc752

%14
%0
%59
%22

Triadic Colors of #abc752

#abc752 #52abc7 #c752ab

Analogous Colors of #abc752

#abc752 #71c752 #c7a952

Monochromatic Colors of #abc752

#abc752

Complementary Color

#abc752 #6e52c7

#abc752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc752 Color CSS Codes

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

#abc752 Text Font Color

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

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


#abc752 Background Color

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

This div background color is #abc752


#abc752 Border Color

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

This div border color is #abc752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,199,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 #abc752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc752


Comments

No comments written yet.

Please login to write comment.