Color Hex Logo

#83acbf Color Hex

#83ACBF
(131,172,191)
0 Favorites   0 Comments

Color spaces of #83acbf

RGB 131172191
HSL0.550.320.63
HSV199°31°75°
CMYK 0.310.100.00   0.25
XYZ33.516638.091954.8762
Yxy38.09190.26500.3012
Hunter Lab61.7186-11.0723-9.5138
CIE-Lab68.0883-9.2036-14.1817

#83acbf color RGB value is (131,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 10111111
Octal 203 254 277
Decimal 131 172 191
Hex 83 AC BF

RGB Percentages of Color #83acbf

%26.52
%34.82
%38.66

CMYK Percentages of Color #83acbf

%31
%10
%0
%25

Triadic Colors of #83acbf

#83acbf #bf83ac #acbf83

Analogous Colors of #83acbf

#83acbf #838ebf #83bfb4

Monochromatic Colors of #83acbf

#83acbf

Complementary Color

#83acbf #bf9683

#83acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acbf Color CSS Codes

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

#83acbf Text Font Color

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

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


#83acbf Background Color

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

This div background color is #83acbf


#83acbf Border Color

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

This div border color is #83acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acbf


Comments

No comments written yet.

Please login to write comment.