Color Hex Logo

#abd075 Color Hex

#ABD075
(171,208,117)
0 Favorites   0 Comments

Color spaces of #abd075

RGB 171208117
HSL0.230.490.64
HSV84°44°82°
CMYK 0.180.000.44   0.18
XYZ42.561355.054025.2129
Yxy55.05400.34650.4482
Hunter Lab74.1984-27.456931.7919
CIE-Lab79.0724-27.267641.1030

#abd075 color RGB value is (171,208,117).

#abd075 hex color red value is 171, green value is 208 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abd075 hue: 0.23 , saturation: 0.49 and the lightness value of abd075 is 0.64.

The process color (four color CMYK) of #abd075 color hex is 0.18, 0.00, 0.44, 0.18. Web safe color of #abd075 is #99cc66. Color #abd075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01110101
Octal 253 320 165
Decimal 171 208 117
Hex AB D0 75

RGB Percentages of Color #abd075

%34.48
%41.94
%23.59

CMYK Percentages of Color #abd075

%18
%0
%44
%18

Triadic Colors of #abd075

#abd075 #75abd0 #d075ab

Analogous Colors of #abd075

#abd075 #7ed075 #d0c875

Monochromatic Colors of #abd075

#abd075

Complementary Color

#abd075 #9a75d0

#abd075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd075 Color CSS Codes

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

#abd075 Text Font Color

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

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


#abd075 Background Color

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

This div background color is #abd075


#abd075 Border Color

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

This div border color is #abd075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd075


Comments

No comments written yet.

Please login to write comment.