Color Hex Logo

#abd057 Color Hex

#ABD057
(171,208,87)
0 Favorites   0 Comments

Color spaces of #abd057

RGB 17120887
HSL0.220.560.58
HSV78°58°82°
CMYK 0.180.000.58   0.18
XYZ41.070854.457817.3636
Yxy54.45780.36380.4824
Hunter Lab73.7955-29.798237.7063
CIE-Lab78.7279-30.301554.8673

#abd057 color RGB value is (171,208,87).

#abd057 hex color red value is 171, green value is 208 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #abd057 hue: 0.22 , saturation: 0.56 and the lightness value of abd057 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01010111
Octal 253 320 127
Decimal 171 208 87
Hex AB D0 57

RGB Percentages of Color #abd057

%36.70
%44.64
%18.67

CMYK Percentages of Color #abd057

%18
%0
%58
%18

Triadic Colors of #abd057

#abd057 #57abd0 #d057ab

Analogous Colors of #abd057

#abd057 #6fd057 #d0b957

Monochromatic Colors of #abd057

#abd057

Complementary Color

#abd057 #7c57d0

#abd057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd057 Color CSS Codes

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

#abd057 Text Font Color

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

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


#abd057 Background Color

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

This div background color is #abd057


#abd057 Border Color

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

This div border color is #abd057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd057


Comments

No comments written yet.

Please login to write comment.