Color Hex Logo

#abdd75 Color Hex

#ABDD75
(171,221,117)
0 Favorites   0 Comments

Color spaces of #abdd75

RGB 171221117
HSL0.250.600.66
HSV89°47°87°
CMYK 0.230.000.47   0.13
XYZ45.861961.655226.3131
Yxy61.65520.34270.4607
Hunter Lab78.5208-33.154435.0959
CIE-Lab82.7297-33.389045.6478

#abdd75 color RGB value is (171,221,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 01110101
Octal 253 335 165
Decimal 171 221 117
Hex AB DD 75

RGB Percentages of Color #abdd75

%33.60
%43.42
%22.99

CMYK Percentages of Color #abdd75

%23
%0
%47
%13

Triadic Colors of #abdd75

#abdd75 #75abdd #dd75ab

Analogous Colors of #abdd75

#abdd75 #77dd75 #dddb75

Monochromatic Colors of #abdd75

#abdd75

Complementary Color

#abdd75 #a775dd

#abdd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdd75 Color CSS Codes

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

#abdd75 Text Font Color

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

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


#abdd75 Background Color

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

This div background color is #abdd75


#abdd75 Border Color

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

This div border color is #abdd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdd75


Comments

No comments written yet.

Please login to write comment.