Color Hex Logo

#83aabf Color Hex

#83AABF
(131,170,191)
0 Favorites   0 Comments

Color spaces of #83aabf

RGB 131170191
HSL0.560.320.63
HSV201°31°75°
CMYK 0.310.110.00   0.25
XYZ33.138837.336354.7502
Yxy37.33630.26460.2982
Hunter Lab61.1034-10.1234-10.3529
CIE-Lab67.5286-8.1233-15.0248

#83aabf color RGB value is (131,170,191).

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

The process color (four color CMYK) of #83aabf color hex is 0.31, 0.11, 0.00, 0.25. Web safe color of #83aabf is #9999cc. Color #83aabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101010 10111111
Octal 203 252 277
Decimal 131 170 191
Hex 83 AA BF

RGB Percentages of Color #83aabf

%26.63
%34.55
%38.82

CMYK Percentages of Color #83aabf

%31
%11
%0
%25

Triadic Colors of #83aabf

#83aabf #bf83aa #aabf83

Analogous Colors of #83aabf

#83aabf #838cbf #83bfb6

Monochromatic Colors of #83aabf

#83aabf

Complementary Color

#83aabf #bf9883

#83aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aabf Color CSS Codes

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

#83aabf Text Font Color

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

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


#83aabf Background Color

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

This div background color is #83aabf


#83aabf Border Color

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

This div border color is #83aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aabf


Comments

No comments written yet.

Please login to write comment.