Color Hex Logo

#83dc69 Color Hex

#83DC69
(131,220,105)
0 Favorites   0 Comments

Color spaces of #83dc69

RGB 131220105
HSL0.300.620.64
HSV106°52°86°
CMYK 0.400.000.52   0.14
XYZ37.503157.031622.3962
Yxy57.03160.32070.4877
Hunter Lab75.5193-43.515135.2803
CIE-Lab80.1974-47.914047.7979

#83dc69 color RGB value is (131,220,105).

#83dc69 hex color red value is 131, green value is 220 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #83dc69 hue: 0.30 , saturation: 0.62 and the lightness value of 83dc69 is 0.64.

The process color (four color CMYK) of #83dc69 color hex is 0.40, 0.00, 0.52, 0.14. Web safe color of #83dc69 is #99cc66. Color #83dc69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011100 01101001
Octal 203 334 151
Decimal 131 220 105
Hex 83 DC 69

RGB Percentages of Color #83dc69

%28.73
%48.25
%23.03

CMYK Percentages of Color #83dc69

%40
%0
%52
%14

Triadic Colors of #83dc69

#83dc69 #6983dc #dc6983

Analogous Colors of #83dc69

#83dc69 #69dc89 #bddc69

Monochromatic Colors of #83dc69

#83dc69

Complementary Color

#83dc69 #c269dc

#83dc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dc69 Color CSS Codes

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

#83dc69 Text Font Color

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

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


#83dc69 Background Color

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

This div background color is #83dc69


#83dc69 Border Color

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

This div border color is #83dc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dc69


Comments

No comments written yet.

Please login to write comment.