Color Hex Logo

#83acb5 Color Hex

#83ACB5
(131,172,181)
1 Favorites   0 Comments

Color spaces of #83acb5

RGB 131172181
HSL0.530.250.61
HSV191°28°71°
CMYK 0.280.050.00   0.29
XYZ32.453137.666549.2760
Yxy37.66650.27180.3155
Hunter Lab61.3730-13.0148-4.6424
CIE-Lab67.7741-11.6258-9.1138

#83acb5 color RGB value is (131,172,181).

#83acb5 hex color red value is 131, green value is 172 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #83acb5 hue: 0.53 , saturation: 0.25 and the lightness value of 83acb5 is 0.61.

The process color (four color CMYK) of #83acb5 color hex is 0.28, 0.05, 0.00, 0.29. Web safe color of #83acb5 is #9999cc. Color #83acb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 10110101
Octal 203 254 265
Decimal 131 172 181
Hex 83 AC B5

RGB Percentages of Color #83acb5

%27.07
%35.54
%37.40

CMYK Percentages of Color #83acb5

%28
%5
%0
%29

Triadic Colors of #83acb5

#83acb5 #b583ac #acb583

Analogous Colors of #83acb5

#83acb5 #8393b5 #83b5a5

Monochromatic Colors of #83acb5

#83acb5

Complementary Color

#83acb5 #b58c83

#83acb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acb5 Color CSS Codes

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

#83acb5 Text Font Color

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

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


#83acb5 Background Color

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

This div background color is #83acb5


#83acb5 Border Color

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

This div border color is #83acb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acb5


Comments

No comments written yet.

Please login to write comment.