Color Hex Logo

#abdc75 Color Hex

#ABDC75
(171,220,117)
0 Favorites   0 Comments

Color spaces of #abdc75

RGB 171220117
HSL0.250.600.66
HSV89°47°86°
CMYK 0.220.000.47   0.14
XYZ45.598761.128726.2253
Yxy61.12870.34300.4598
Hunter Lab78.1848-32.719334.8419
CIE-Lab82.4479-32.925845.3006

#abdc75 color RGB value is (171,220,117).

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

The process color (four color CMYK) of #abdc75 color hex is 0.22, 0.00, 0.47, 0.14. Web safe color of #abdc75 is #99cc66. Color #abdc75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 01110101
Octal 253 334 165
Decimal 171 220 117
Hex AB DC 75

RGB Percentages of Color #abdc75

%33.66
%43.31
%23.03

CMYK Percentages of Color #abdc75

%22
%0
%47
%14

Triadic Colors of #abdc75

#abdc75 #75abdc #dc75ab

Analogous Colors of #abdc75

#abdc75 #78dc75 #dcda75

Monochromatic Colors of #abdc75

#abdc75

Complementary Color

#abdc75 #a675dc

#abdc75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdc75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdc75 Color CSS Codes

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

#abdc75 Text Font Color

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

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


#abdc75 Background Color

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

This div background color is #abdc75


#abdc75 Border Color

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

This div border color is #abdc75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdc75


Comments

No comments written yet.

Please login to write comment.