Color Hex Logo

#abd063 Color Hex

#ABD063
(171,208,99)
0 Favorites   0 Comments

Color spaces of #abd063

RGB 17120899
HSL0.220.540.60
HSV80°52°82°
CMYK 0.180.000.52   0.18
XYZ41.602654.670520.1642
Yxy54.67050.35730.4695
Hunter Lab73.9395-28.959835.5885
CIE-Lab78.8511-29.207949.5367

#abd063 color RGB value is (171,208,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01100011
Octal 253 320 143
Decimal 171 208 99
Hex AB D0 63

RGB Percentages of Color #abd063

%35.77
%43.51
%20.71

CMYK Percentages of Color #abd063

%18
%0
%52
%18

Triadic Colors of #abd063

#abd063 #63abd0 #d063ab

Analogous Colors of #abd063

#abd063 #75d063 #d0bf63

Monochromatic Colors of #abd063

#abd063

Complementary Color

#abd063 #8863d0

#abd063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd063 Color CSS Codes

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

#abd063 Text Font Color

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

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


#abd063 Background Color

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

This div background color is #abd063


#abd063 Border Color

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

This div border color is #abd063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd063


Comments

No comments written yet.

Please login to write comment.