Color Hex Logo

#abd126 Color Hex

#ABD126
(171,209,38)
0 Favorites   0 Comments

Color spaces of #abd126

RGB 17120938
HSL0.200.690.48
HSV73°82°82°
CMYK 0.180.000.82   0.18
XYZ39.944954.398810.2284
Yxy54.39880.38200.5202
Hunter Lab73.7555-32.399343.4066
CIE-Lab78.6937-33.640272.3478

#abd126 color RGB value is (171,209,38).

#abd126 hex color red value is 171, green value is 209 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #abd126 hue: 0.20 , saturation: 0.69 and the lightness value of abd126 is 0.48.

The process color (four color CMYK) of #abd126 color hex is 0.18, 0.00, 0.82, 0.18. Web safe color of #abd126 is #99cc33. Color #abd126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 00100110
Octal 253 321 46
Decimal 171 209 38
Hex AB D1 26

RGB Percentages of Color #abd126

%40.91
%50.00
%9.09

CMYK Percentages of Color #abd126

%18
%0
%82
%18

Triadic Colors of #abd126

#abd126 #26abd1 #d126ab

Analogous Colors of #abd126

#abd126 #55d126 #d1a226

Monochromatic Colors of #abd126

#abd126

Complementary Color

#abd126 #4c26d1

#abd126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd126 Color CSS Codes

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

#abd126 Text Font Color

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

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


#abd126 Background Color

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

This div background color is #abd126


#abd126 Border Color

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

This div border color is #abd126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd126


Comments

No comments written yet.

Please login to write comment.