Color Hex Logo

#83f0ab Color Hex

#83F0AB
(131,240,171)
0 Favorites   0 Comments

Color spaces of #83f0ab

RGB 131240171
HSL0.390.780.73
HSV142°45°94°
CMYK 0.450.000.29   0.06
XYZ47.870870.085749.5329
Yxy70.08570.28580.4184
Hunter Lab83.7172-44.436023.5220
CIE-Lab87.0389-46.318523.8350

#83f0ab color RGB value is (131,240,171).

#83f0ab hex color red value is 131, green value is 240 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #83f0ab hue: 0.39 , saturation: 0.78 and the lightness value of 83f0ab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11110000 10101011
Octal 203 360 253
Decimal 131 240 171
Hex 83 F0 AB

RGB Percentages of Color #83f0ab

%24.17
%44.28
%31.55

CMYK Percentages of Color #83f0ab

%45
%0
%29
%6

Triadic Colors of #83f0ab

#83f0ab #ab83f0 #f0ab83

Analogous Colors of #83f0ab

#83f0ab #83f0e2 #92f083

Monochromatic Colors of #83f0ab

#83f0ab

Complementary Color

#83f0ab #f083c8

#83f0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83f0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83f0ab Color CSS Codes

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

#83f0ab Text Font Color

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

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


#83f0ab Background Color

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

This div background color is #83f0ab


#83f0ab Border Color

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

This div border color is #83f0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83f0ab


Comments

No comments written yet.

Please login to write comment.