Color Hex Logo

#83afbf Color Hex

#83AFBF
(131,175,191)
0 Favorites   0 Comments

Color spaces of #83afbf

RGB 131175191
HSL0.540.320.63
HSV196°31°75°
CMYK 0.310.080.00   0.25
XYZ34.094039.246855.0687
Yxy39.24680.26550.3056
Hunter Lab62.6473-12.4891-8.2645
CIE-Lab68.9297-10.8132-12.9169

#83afbf color RGB value is (131,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 10111111
Octal 203 257 277
Decimal 131 175 191
Hex 83 AF BF

RGB Percentages of Color #83afbf

%26.36
%35.21
%38.43

CMYK Percentages of Color #83afbf

%31
%8
%0
%25

Triadic Colors of #83afbf

#83afbf #bf83af #afbf83

Analogous Colors of #83afbf

#83afbf #8391bf #83bfb1

Monochromatic Colors of #83afbf

#83afbf

Complementary Color

#83afbf #bf9383

#83afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83afbf Color CSS Codes

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

#83afbf Text Font Color

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

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


#83afbf Background Color

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

This div background color is #83afbf


#83afbf Border Color

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

This div border color is #83afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83afbf


Comments

No comments written yet.

Please login to write comment.