Color Hex Logo

#83af1d Color Hex

#83AF1D
(131,175,29)
0 Favorites   0 Comments

Color spaces of #83af1d

RGB 13117529
HSL0.220.720.40
HSV78°83°69°
CMYK 0.250.000.83   0.31
XYZ24.911835.57396.7159
Yxy35.57390.37070.5294
Hunter Lab59.6439-29.821635.0746
CIE-Lab66.1931-34.298462.6908

#83af1d color RGB value is (131,175,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 00011101
Octal 203 257 35
Decimal 131 175 29
Hex 83 AF 1D

RGB Percentages of Color #83af1d

%39.10
%52.24
%8.66

CMYK Percentages of Color #83af1d

%25
%0
%83
%31

Triadic Colors of #83af1d

#83af1d #1d83af #af1d83

Analogous Colors of #83af1d

#83af1d #3aaf1d #af921d

Monochromatic Colors of #83af1d

#83af1d

Complementary Color

#83af1d #491daf

#83af1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83af1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83af1d Color CSS Codes

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

#83af1d Text Font Color

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

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


#83af1d Background Color

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

This div background color is #83af1d


#83af1d Border Color

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

This div border color is #83af1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83af1d


Comments

No comments written yet.

Please login to write comment.