Color Hex Logo

#83eeab Color Hex

#83EEAB
(131,238,171)
0 Favorites   0 Comments

Color spaces of #83eeab

RGB 131238171
HSL0.400.760.72
HSV142°45°93°
CMYK 0.450.000.28   0.07
XYZ47.285368.914649.3377
Yxy68.91460.28560.4163
Hunter Lab83.0148-43.602222.8729
CIE-Lab86.4617-45.459323.0422

#83eeab color RGB value is (131,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101110 10101011
Octal 203 356 253
Decimal 131 238 171
Hex 83 EE AB

RGB Percentages of Color #83eeab

%24.26
%44.07
%31.67

CMYK Percentages of Color #83eeab

%45
%0
%28
%7

Triadic Colors of #83eeab

#83eeab #ab83ee #eeab83

Analogous Colors of #83eeab

#83eeab #83eee1 #91ee83

Monochromatic Colors of #83eeab

#83eeab

Complementary Color

#83eeab #ee83c6

#83eeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eeab Color CSS Codes

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

#83eeab Text Font Color

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

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


#83eeab Background Color

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

This div background color is #83eeab


#83eeab Border Color

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

This div border color is #83eeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eeab


Comments

No comments written yet.

Please login to write comment.