Color Hex Logo

#83f85d Color Hex

#83F85D
(131,248,93)
0 Favorites   0 Comments

Color spaces of #83f85d

RGB 13124893
HSL0.290.920.67
HSV105°63°97°
CMYK 0.470.000.63   0.03
XYZ44.903372.750422.0315
Yxy72.75040.32150.5208
Hunter Lab85.2938-55.292244.3910
CIE-Lab88.3285-60.273462.4615

#83f85d color RGB value is (131,248,93).

#83f85d hex color red value is 131, green value is 248 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #83f85d hue: 0.29 , saturation: 0.92 and the lightness value of 83f85d is 0.67.

The process color (four color CMYK) of #83f85d color hex is 0.47, 0.00, 0.63, 0.03. Web safe color of #83f85d is #99ff66. Color #83f85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111000 01011101
Octal 203 370 135
Decimal 131 248 93
Hex 83 F8 5D

RGB Percentages of Color #83f85d

%27.75
%52.54
%19.70

CMYK Percentages of Color #83f85d

%47
%0
%63
%3

Triadic Colors of #83f85d

#83f85d #5d83f8 #f85d83

Analogous Colors of #83f85d

#83f85d #5df885 #d1f85d

Monochromatic Colors of #83f85d

#83f85d

Complementary Color

#83f85d #d25df8

#83f85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83f85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83f85d Color CSS Codes

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

#83f85d Text Font Color

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

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


#83f85d Background Color

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

This div background color is #83f85d


#83f85d Border Color

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

This div border color is #83f85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83f85d


Comments

No comments written yet.

Please login to write comment.