Color Hex Logo

#83ee69 Color Hex

#83EE69
(131,238,105)
0 Favorites   0 Comments

Color spaces of #83ee69

RGB 131238105
HSL0.300.800.67
HSV108°56°93°
CMYK 0.450.000.56   0.07
XYZ42.484466.994324.0566
Yxy66.99430.31820.5017
Hunter Lab81.8500-50.586939.8691
CIE-Lab85.5011-55.208154.0939

#83ee69 color RGB value is (131,238,105).

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

The process color (four color CMYK) of #83ee69 color hex is 0.45, 0.00, 0.56, 0.07. Web safe color of #83ee69 is #99ff66. Color #83ee69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101110 01101001
Octal 203 356 151
Decimal 131 238 105
Hex 83 EE 69

RGB Percentages of Color #83ee69

%27.64
%50.21
%22.15

CMYK Percentages of Color #83ee69

%45
%0
%56
%7

Triadic Colors of #83ee69

#83ee69 #6983ee #ee6983

Analogous Colors of #83ee69

#83ee69 #69ee92 #c6ee69

Monochromatic Colors of #83ee69

#83ee69

Complementary Color

#83ee69 #d469ee

#83ee69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ee69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ee69 Color CSS Codes

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

#83ee69 Text Font Color

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

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


#83ee69 Background Color

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

This div background color is #83ee69


#83ee69 Border Color

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

This div border color is #83ee69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,238,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 #83ee69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ee69


Comments

No comments written yet.

Please login to write comment.