Color Hex Logo

#abd055 Color Hex

#ABD055
(171,208,85)
0 Favorites   0 Comments

Color spaces of #abd055

RGB 17120885
HSL0.220.570.57
HSV78°59°82°
CMYK 0.180.000.59   0.18
XYZ40.990254.425616.9391
Yxy54.42560.36480.4844
Hunter Lab73.7737-29.925738.0281
CIE-Lab78.7093-30.468455.7262

#abd055 color RGB value is (171,208,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01010101
Octal 253 320 125
Decimal 171 208 85
Hex AB D0 55

RGB Percentages of Color #abd055

%36.85
%44.83
%18.32

CMYK Percentages of Color #abd055

%18
%0
%59
%18

Triadic Colors of #abd055

#abd055 #55abd0 #d055ab

Analogous Colors of #abd055

#abd055 #6ed055 #d0b855

Monochromatic Colors of #abd055

#abd055

Complementary Color

#abd055 #7a55d0

#abd055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd055 Color CSS Codes

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

#abd055 Text Font Color

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

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


#abd055 Background Color

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

This div background color is #abd055


#abd055 Border Color

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

This div border color is #abd055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd055


Comments

No comments written yet.

Please login to write comment.