Color Hex Logo

#abb058 Color Hex

#ABB058
(171,176,88)
0 Favorites   0 Comments

Color spaces of #abb058

RGB 17117688
HSL0.180.360.52
HSV63°50°69°
CMYK 0.030.000.50   0.31
XYZ34.081440.413215.2368
Yxy40.41320.37980.4504
Hunter Lab63.5714-15.553930.2893
CIE-Lab69.7628-14.448244.0325

#abb058 color RGB value is (171,176,88).

#abb058 hex color red value is 171, green value is 176 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #abb058 hue: 0.18 , saturation: 0.36 and the lightness value of abb058 is 0.52.

The process color (four color CMYK) of #abb058 color hex is 0.03, 0.00, 0.50, 0.31. Web safe color of #abb058 is #999966. Color #abb058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 01011000
Octal 253 260 130
Decimal 171 176 88
Hex AB B0 58

RGB Percentages of Color #abb058

%39.31
%40.46
%20.23

CMYK Percentages of Color #abb058

%3
%0
%50
%31

Triadic Colors of #abb058

#abb058 #58abb0 #b058ab

Analogous Colors of #abb058

#abb058 #7fb058 #b08958

Monochromatic Colors of #abb058

#abb058

Complementary Color

#abb058 #5d58b0

#abb058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb058 Color CSS Codes

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

#abb058 Text Font Color

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

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


#abb058 Background Color

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

This div background color is #abb058


#abb058 Border Color

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

This div border color is #abb058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb058


Comments

No comments written yet.

Please login to write comment.