Color Hex Logo

#abd366 Color Hex

#ABD366
(171,211,102)
0 Favorites   0 Comments

Color spaces of #abd366

RGB 171211102
HSL0.230.550.61
HSV82°52°83°
CMYK 0.190.000.52   0.17
XYZ42.487156.205821.1799
Yxy56.20580.35440.4689
Hunter Lab74.9705-30.039435.7294
CIE-Lab79.7308-30.328149.1706

#abd366 color RGB value is (171,211,102).

#abd366 hex color red value is 171, green value is 211 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abd366 hue: 0.23 , saturation: 0.55 and the lightness value of abd366 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 01100110
Octal 253 323 146
Decimal 171 211 102
Hex AB D3 66

RGB Percentages of Color #abd366

%35.33
%43.60
%21.07

CMYK Percentages of Color #abd366

%19
%0
%52
%17

Triadic Colors of #abd366

#abd366 #66abd3 #d366ab

Analogous Colors of #abd366

#abd366 #75d366 #d3c566

Monochromatic Colors of #abd366

#abd366

Complementary Color

#abd366 #8e66d3

#abd366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd366 Color CSS Codes

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

#abd366 Text Font Color

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

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


#abd366 Background Color

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

This div background color is #abd366


#abd366 Border Color

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

This div border color is #abd366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd366


Comments

No comments written yet.

Please login to write comment.