Color Hex Logo

#83aeaf Color Hex

#83AEAF
(131,174,175)
0 Favorites   0 Comments

Color spaces of #83aeaf

RGB 131174175
HSL0.500.220.60
HSV181°25°69°
CMYK 0.250.010.00   0.31
XYZ32.234038.192546.2304
Yxy38.19250.27630.3274
Hunter Lab61.8001-15.0472-1.0926
CIE-Lab68.1623-14.0871-5.2135

#83aeaf color RGB value is (131,174,175).

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

The process color (four color CMYK) of #83aeaf color hex is 0.25, 0.01, 0.00, 0.31. Web safe color of #83aeaf is #999999. Color #83aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101110 10101111
Octal 203 256 257
Decimal 131 174 175
Hex 83 AE AF

RGB Percentages of Color #83aeaf

%27.29
%36.25
%36.46

CMYK Percentages of Color #83aeaf

%25
%1
%0
%31

Triadic Colors of #83aeaf

#83aeaf #af83ae #aeaf83

Analogous Colors of #83aeaf

#83aeaf #8398af #83af9a

Monochromatic Colors of #83aeaf

#83aeaf

Complementary Color

#83aeaf #af8483

#83aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aeaf Color CSS Codes

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

#83aeaf Text Font Color

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

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


#83aeaf Background Color

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

This div background color is #83aeaf


#83aeaf Border Color

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

This div border color is #83aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aeaf


Comments

No comments written yet.

Please login to write comment.