Color Hex Logo

#abbd55 Color Hex

#ABBD55
(171,189,85)
0 Favorites   0 Comments

Color spaces of #abbd55

RGB 17118985
HSL0.200.440.54
HSV70°55°74°
CMYK 0.100.000.55   0.26
XYZ36.631945.709015.4863
Yxy45.70900.37450.4672
Hunter Lab67.6084-21.599133.7450
CIE-Lab73.3563-21.288749.6645

#abbd55 color RGB value is (171,189,85).

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

The process color (four color CMYK) of #abbd55 color hex is 0.10, 0.00, 0.55, 0.26. Web safe color of #abbd55 is #99cc66. Color #abbd55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 01010101
Octal 253 275 125
Decimal 171 189 85
Hex AB BD 55

RGB Percentages of Color #abbd55

%38.43
%42.47
%19.10

CMYK Percentages of Color #abbd55

%10
%0
%55
%26

Triadic Colors of #abbd55

#abbd55 #55abbd #bd55ab

Analogous Colors of #abbd55

#abbd55 #77bd55 #bd9b55

Monochromatic Colors of #abbd55

#abbd55

Complementary Color

#abbd55 #6755bd

#abbd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbd55 Color CSS Codes

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

#abbd55 Text Font Color

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

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


#abbd55 Background Color

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

This div background color is #abbd55


#abbd55 Border Color

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

This div border color is #abbd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbd55


Comments

No comments written yet.

Please login to write comment.