Color Hex Logo

#83baae Color Hex

#83BAAE
(131,186,174)
0 Favorites   0 Comments

Color spaces of #83baae

RGB 131186174
HSL0.460.280.62
HSV167°30°73°
CMYK 0.300.000.06   0.27
XYZ34.559042.999146.5226
Yxy42.99910.27850.3465
Hunter Lab65.5737-20.68003.8371
CIE-Lab71.5544-20.51880.3189

#83baae color RGB value is (131,186,174).

#83baae hex color red value is 131, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #83baae hue: 0.46 , saturation: 0.28 and the lightness value of 83baae is 0.62.

The process color (four color CMYK) of #83baae color hex is 0.30, 0.00, 0.06, 0.27. Web safe color of #83baae is #99cc99. Color #83baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111010 10101110
Octal 203 272 256
Decimal 131 186 174
Hex 83 BA AE

RGB Percentages of Color #83baae

%26.68
%37.88
%35.44

CMYK Percentages of Color #83baae

%30
%0
%6
%27

Triadic Colors of #83baae

#83baae #ae83ba #baae83

Analogous Colors of #83baae

#83baae #83abba #83ba93

Monochromatic Colors of #83baae

#83baae

Complementary Color

#83baae #ba838f

#83baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#83baae Color CSS Codes

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

#83baae Text Font Color

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

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


#83baae Background Color

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

This div background color is #83baae


#83baae Border Color

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

This div border color is #83baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83baae


Comments

No comments written yet.

Please login to write comment.