Color Hex Logo

#abdd58 Color Hex

#ABDD58
(171,221,88)
0 Favorites   0 Comments

Color spaces of #abdd58

RGB 17122188
HSL0.230.660.61
HSV83°60°87°
CMYK 0.230.000.60   0.13
XYZ44.412561.075418.6805
Yxy61.07540.35770.4919
Hunter Lab78.1508-35.323640.5333
CIE-Lab82.4193-36.226458.5563

#abdd58 color RGB value is (171,221,88).

#abdd58 hex color red value is 171, green value is 221 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #abdd58 hue: 0.23 , saturation: 0.66 and the lightness value of abdd58 is 0.61.

The process color (four color CMYK) of #abdd58 color hex is 0.23, 0.00, 0.60, 0.13. Web safe color of #abdd58 is #99cc66. Color #abdd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01011000
Octal 253 335 130
Decimal 171 221 88
Hex AB DD 58

RGB Percentages of Color #abdd58

%35.63
%46.04
%18.33

CMYK Percentages of Color #abdd58

%23
%0
%60
%13

Triadic Colors of #abdd58

#abdd58 #58abdd #dd58ab

Analogous Colors of #abdd58

#abdd58 #69dd58 #ddcd58

Monochromatic Colors of #abdd58

#abdd58

Complementary Color

#abdd58 #8a58dd

#abdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd58 Color CSS Codes

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

#abdd58 Text Font Color

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

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


#abdd58 Background Color

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

This div background color is #abdd58


#abdd58 Border Color

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

This div border color is #abdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd58


Comments

No comments written yet.

Please login to write comment.