Color Hex Logo

#abf331 Color Hex

#ABF331
(171,243,49)
0 Favorites   0 Comments

Color spaces of #abf331

RGB 17124349
HSL0.230.890.57
HSV82°80°95°
CMYK 0.300.000.80   0.05
XYZ49.399672.980914.3888
Yxy72.98090.36120.5336
Hunter Lab85.4289-46.282149.8140
CIE-Lab88.4386-48.161278.1953

#abf331 color RGB value is (171,243,49).

#abf331 hex color red value is 171, green value is 243 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #abf331 hue: 0.23 , saturation: 0.89 and the lightness value of abf331 is 0.57.

The process color (four color CMYK) of #abf331 color hex is 0.30, 0.00, 0.80, 0.05. Web safe color of #abf331 is #99ff33. Color #abf331 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 00110001
Octal 253 363 61
Decimal 171 243 49
Hex AB F3 31

RGB Percentages of Color #abf331

%36.93
%52.48
%10.58

CMYK Percentages of Color #abf331

%30
%0
%80
%5

Triadic Colors of #abf331

#abf331 #31abf3 #f331ab

Analogous Colors of #abf331

#abf331 #4af331 #f3da31

Monochromatic Colors of #abf331

#abf331

Complementary Color

#abf331 #7931f3

#abf331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf331 Color CSS Codes

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

#abf331 Text Font Color

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

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


#abf331 Background Color

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

This div background color is #abf331


#abf331 Border Color

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

This div border color is #abf331


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,243,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 #abf331">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf331


Comments

No comments written yet.

Please login to write comment.