Color Hex Logo

#abbd0f Color Hex

#ABBD0F
(171,189,15)
0 Favorites   0 Comments

Color spaces of #abbd0f

RGB 17118915
HSL0.180.850.40
HSV66°92°74°
CMYK 0.100.000.92   0.26
XYZ35.078445.08767.3059
Yxy45.08760.40100.5155
Hunter Lab67.1473-24.257640.5521
CIE-Lab72.9495-24.753572.0905

#abbd0f color RGB value is (171,189,15).

#abbd0f hex color red value is 171, green value is 189 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abbd0f hue: 0.18 , saturation: 0.85 and the lightness value of abbd0f is 0.40.

The process color (four color CMYK) of #abbd0f color hex is 0.10, 0.00, 0.92, 0.26. Web safe color of #abbd0f is #99cc00. Color #abbd0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 00001111
Octal 253 275 17
Decimal 171 189 15
Hex AB BD F

RGB Percentages of Color #abbd0f

%45.60
%50.40
%4.00

CMYK Percentages of Color #abbd0f

%10
%0
%92
%26

Triadic Colors of #abbd0f

#abbd0f #0fabbd #bd0fab

Analogous Colors of #abbd0f

#abbd0f #54bd0f #bd780f

Monochromatic Colors of #abbd0f

#abbd0f

Complementary Color

#abbd0f #210fbd

#abbd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbd0f Color CSS Codes

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

#abbd0f Text Font Color

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

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


#abbd0f Background Color

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

This div background color is #abbd0f


#abbd0f Border Color

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

This div border color is #abbd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbd0f


Comments

No comments written yet.

Please login to write comment.