Color Hex Logo

#abb752 Color Hex

#ABB752
(171,183,82)
0 Favorites   0 Comments

Color spaces of #abb752

RGB 17118382
HSL0.190.410.52
HSV67°55°72°
CMYK 0.070.000.55   0.28
XYZ35.251143.134114.4504
Yxy43.13410.37970.4646
Hunter Lab65.6766-19.126232.9284
CIE-Lab71.6459-18.546749.0972

#abb752 color RGB value is (171,183,82).

#abb752 hex color red value is 171, green value is 183 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #abb752 hue: 0.19 , saturation: 0.41 and the lightness value of abb752 is 0.52.

The process color (four color CMYK) of #abb752 color hex is 0.07, 0.00, 0.55, 0.28. Web safe color of #abb752 is #99cc66. Color #abb752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 01010010
Octal 253 267 122
Decimal 171 183 82
Hex AB B7 52

RGB Percentages of Color #abb752

%39.22
%41.97
%18.81

CMYK Percentages of Color #abb752

%7
%0
%55
%28

Triadic Colors of #abb752

#abb752 #52abb7 #b752ab

Analogous Colors of #abb752

#abb752 #79b752 #b79152

Monochromatic Colors of #abb752

#abb752

Complementary Color

#abb752 #5e52b7

#abb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb752 Color CSS Codes

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

#abb752 Text Font Color

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

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


#abb752 Background Color

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

This div background color is #abb752


#abb752 Border Color

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

This div border color is #abb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb752


Comments

No comments written yet.

Please login to write comment.