Color Hex Logo

#83dfac Color Hex

#83DFAC
(131,223,172)
0 Favorites   0 Comments

Color spaces of #83dfac

RGB 131223172
HSL0.410.590.69
HSV147°41°87°
CMYK 0.410.000.23   0.13
XYZ43.194160.579248.4461
Yxy60.57920.28380.3980
Hunter Lab77.8326-37.146517.5784
CIE-Lab82.1520-38.655416.5426

#83dfac color RGB value is (131,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011111 10101100
Octal 203 337 254
Decimal 131 223 172
Hex 83 DF AC

RGB Percentages of Color #83dfac

%24.90
%42.40
%32.70

CMYK Percentages of Color #83dfac

%41
%0
%23
%13

Triadic Colors of #83dfac

#83dfac #ac83df #dfac83

Analogous Colors of #83dfac

#83dfac #83dfda #88df83

Monochromatic Colors of #83dfac

#83dfac

Complementary Color

#83dfac #df83b6

#83dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dfac Color CSS Codes

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

#83dfac Text Font Color

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

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


#83dfac Background Color

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

This div background color is #83dfac


#83dfac Border Color

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

This div border color is #83dfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dfac


Comments

No comments written yet.

Please login to write comment.