Color Hex Logo

#83abae Color Hex

#83ABAE
(131,171,174)
0 Favorites   0 Comments

Color spaces of #83abae

RGB 131171174
HSL0.510.210.60
HSV184°25°68°
CMYK 0.250.020.00   0.32
XYZ31.563037.007145.5239
Yxy37.00710.27660.3244
Hunter Lab60.8335-13.8451-1.7854
CIE-Lab67.2824-12.7309-5.9609

#83abae color RGB value is (131,171,174).

#83abae hex color red value is 131, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #83abae hue: 0.51 , saturation: 0.21 and the lightness value of 83abae is 0.60.

The process color (four color CMYK) of #83abae color hex is 0.25, 0.02, 0.00, 0.32. Web safe color of #83abae is #999999. Color #83abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 10101110
Octal 203 253 256
Decimal 131 171 174
Hex 83 AB AE

RGB Percentages of Color #83abae

%27.52
%35.92
%36.55

CMYK Percentages of Color #83abae

%25
%2
%0
%32

Triadic Colors of #83abae

#83abae #ae83ab #abae83

Analogous Colors of #83abae

#83abae #8396ae #83ae9c

Monochromatic Colors of #83abae

#83abae

Complementary Color

#83abae #ae8683

#83abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abae Color CSS Codes

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

#83abae Text Font Color

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

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


#83abae Background Color

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

This div background color is #83abae


#83abae Border Color

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

This div border color is #83abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abae


Comments

No comments written yet.

Please login to write comment.