Color Hex Logo

#83af2f Color Hex

#83AF2F
(131,175,47)
0 Favorites   0 Comments

Color spaces of #83af2f

RGB 13117547
HSL0.220.580.44
HSV81°73°69°
CMYK 0.250.000.73   0.31
XYZ25.203135.69058.2499
Yxy35.69050.36450.5162
Hunter Lab59.7415-29.244033.6315
CIE-Lab66.2828-33.442757.2365

#83af2f color RGB value is (131,175,47).

#83af2f hex color red value is 131, green value is 175 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #83af2f hue: 0.22 , saturation: 0.58 and the lightness value of 83af2f is 0.44.

The process color (four color CMYK) of #83af2f color hex is 0.25, 0.00, 0.73, 0.31. Web safe color of #83af2f is #999933. Color #83af2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 00101111
Octal 203 257 57
Decimal 131 175 47
Hex 83 AF 2F

RGB Percentages of Color #83af2f

%37.11
%49.58
%13.31

CMYK Percentages of Color #83af2f

%25
%0
%73
%31

Triadic Colors of #83af2f

#83af2f #2f83af #af2f83

Analogous Colors of #83af2f

#83af2f #43af2f #af9b2f

Monochromatic Colors of #83af2f

#83af2f

Complementary Color

#83af2f #5b2faf

#83af2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83af2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83af2f Color CSS Codes

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

#83af2f Text Font Color

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

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


#83af2f Background Color

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

This div background color is #83af2f


#83af2f Border Color

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

This div border color is #83af2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,175,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83af2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83af2f;
  -webkit-box-shadow: 1px 1px 3px 2px #83af2f;
  box-shadow:         1px 1px 3px 2px #83af2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,175,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83af2f


Comments

No comments written yet.

Please login to write comment.