Color Hex Logo

#83dfab Color Hex

#83DFAB
(131,223,171)
0 Favorites   0 Comments

Color spaces of #83dfab

RGB 131223171
HSL0.410.590.69
HSV146°41°87°
CMYK 0.410.000.23   0.13
XYZ43.098460.540947.9421
Yxy60.54090.28430.3994
Hunter Lab77.8080-37.291717.9336
CIE-Lab82.1313-38.850417.0383

#83dfab color RGB value is (131,223,171).

#83dfab hex color red value is 131, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #83dfab hue: 0.41 , saturation: 0.59 and the lightness value of 83dfab is 0.69.

The process color (four color CMYK) of #83dfab color hex is 0.41, 0.00, 0.23, 0.13. Web safe color of #83dfab is #99cc99. Color #83dfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011111 10101011
Octal 203 337 253
Decimal 131 223 171
Hex 83 DF AB

RGB Percentages of Color #83dfab

%24.95
%42.48
%32.57

CMYK Percentages of Color #83dfab

%41
%0
%23
%13

Triadic Colors of #83dfab

#83dfab #ab83df #dfab83

Analogous Colors of #83dfab

#83dfab #83dfd9 #89df83

Monochromatic Colors of #83dfab

#83dfab

Complementary Color

#83dfab #df83b7

#83dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dfab Color CSS Codes

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

#83dfab Text Font Color

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

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


#83dfab Background Color

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

This div background color is #83dfab


#83dfab Border Color

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

This div border color is #83dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dfab


Comments

No comments written yet.

Please login to write comment.