Color Hex Logo

#abd331 Color Hex

#ABD331
(171,211,49)
0 Favorites   0 Comments

Color spaces of #abd331

RGB 17121149
HSL0.210.650.51
HSV75°77°83°
CMYK 0.190.000.77   0.17
XYZ40.643255.468211.4700
Yxy55.46820.37780.5156
Hunter Lab74.4770-32.924643.0028
CIE-Lab79.3102-34.127769.8716

#abd331 color RGB value is (171,211,49).

#abd331 hex color red value is 171, green value is 211 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #abd331 hue: 0.21 , saturation: 0.65 and the lightness value of abd331 is 0.51.

The process color (four color CMYK) of #abd331 color hex is 0.19, 0.00, 0.77, 0.17. Web safe color of #abd331 is #99cc33. Color #abd331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 00110001
Octal 253 323 61
Decimal 171 211 49
Hex AB D3 31

RGB Percentages of Color #abd331

%39.68
%48.96
%11.37

CMYK Percentages of Color #abd331

%19
%0
%77
%17

Triadic Colors of #abd331

#abd331 #31abd3 #d331ab

Analogous Colors of #abd331

#abd331 #5ad331 #d3aa31

Monochromatic Colors of #abd331

#abd331

Complementary Color

#abd331 #5931d3

#abd331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd331 Color CSS Codes

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

#abd331 Text Font Color

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

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


#abd331 Background Color

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

This div background color is #abd331


#abd331 Border Color

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

This div border color is #abd331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd331


Comments

No comments written yet.

Please login to write comment.