Color Hex Logo

#83bfac Color Hex

#83BFAC
(131,191,172)
0 Favorites   0 Comments

Color spaces of #83bfac

RGB 131191172
HSL0.450.320.63
HSV161°31°75°
CMYK 0.310.000.10   0.25
XYZ35.437345.065545.8605
Yxy45.06550.28040.3566
Hunter Lab67.1308-23.25176.4876
CIE-Lab72.9350-23.47183.4174

#83bfac color RGB value is (131,191,172).

#83bfac hex color red value is 131, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #83bfac hue: 0.45 , saturation: 0.32 and the lightness value of 83bfac is 0.63.

The process color (four color CMYK) of #83bfac color hex is 0.31, 0.00, 0.10, 0.25. Web safe color of #83bfac is #99cc99. Color #83bfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 10101100
Octal 203 277 254
Decimal 131 191 172
Hex 83 BF AC

RGB Percentages of Color #83bfac

%26.52
%38.66
%34.82

CMYK Percentages of Color #83bfac

%31
%0
%10
%25

Triadic Colors of #83bfac

#83bfac #ac83bf #bfac83

Analogous Colors of #83bfac

#83bfac #83b4bf #83bf8e

Monochromatic Colors of #83bfac

#83bfac

Complementary Color

#83bfac #bf8396

#83bfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfac Color CSS Codes

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

#83bfac Text Font Color

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

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


#83bfac Background Color

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

This div background color is #83bfac


#83bfac Border Color

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

This div border color is #83bfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfac


Comments

No comments written yet.

Please login to write comment.