Color Hex Logo

#83c09f Color Hex

#83C09F
(131,192,159)
0 Favorites   0 Comments

Color spaces of #83c09f

RGB 131192159
HSL0.410.330.63
HSV148°32°75°
CMYK 0.320.000.17   0.25
XYZ34.467745.027839.6755
Yxy45.02780.28920.3778
Hunter Lab67.1028-25.742311.9158
CIE-Lab72.9102-26.677410.4422

#83c09f color RGB value is (131,192,159).

#83c09f hex color red value is 131, green value is 192 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #83c09f hue: 0.41 , saturation: 0.33 and the lightness value of 83c09f is 0.63.

The process color (four color CMYK) of #83c09f color hex is 0.32, 0.00, 0.17, 0.25. Web safe color of #83c09f is #99cc99. Color #83c09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11000000 10011111
Octal 203 300 237
Decimal 131 192 159
Hex 83 C0 9F

RGB Percentages of Color #83c09f

%27.18
%39.83
%32.99

CMYK Percentages of Color #83c09f

%32
%0
%17
%25

Triadic Colors of #83c09f

#83c09f #9f83c0 #c09f83

Analogous Colors of #83c09f

#83c09f #83c0be #86c083

Monochromatic Colors of #83c09f

#83c09f

Complementary Color

#83c09f #c083a4

#83c09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83c09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83c09f Color CSS Codes

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

#83c09f Text Font Color

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

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


#83c09f Background Color

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

This div background color is #83c09f


#83c09f Border Color

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

This div border color is #83c09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83c09f


Comments

No comments written yet.

Please login to write comment.