Color Hex Logo

#83b0ba Color Hex

#83B0BA
(131,176,186)
0 Favorites   0 Comments

Color spaces of #83b0ba

RGB 131176186
HSL0.530.280.62
HSV191°30°73°
CMYK 0.300.050.00   0.27
XYZ33.748339.421152.2847
Yxy39.42110.26900.3142
Hunter Lab62.7862-13.9301-5.4229
CIE-Lab69.0552-12.5592-9.9686

#83b0ba color RGB value is (131,176,186).

#83b0ba hex color red value is 131, green value is 176 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #83b0ba hue: 0.53 , saturation: 0.28 and the lightness value of 83b0ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10110000 10111010
Octal 203 260 272
Decimal 131 176 186
Hex 83 B0 BA

RGB Percentages of Color #83b0ba

%26.57
%35.70
%37.73

CMYK Percentages of Color #83b0ba

%30
%5
%0
%27

Triadic Colors of #83b0ba

#83b0ba #ba83b0 #b0ba83

Analogous Colors of #83b0ba

#83b0ba #8395ba #83baa9

Monochromatic Colors of #83b0ba

#83b0ba

Complementary Color

#83b0ba #ba8d83

#83b0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83b0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#83b0ba Color CSS Codes

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

#83b0ba Text Font Color

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

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


#83b0ba Background Color

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

This div background color is #83b0ba


#83b0ba Border Color

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

This div border color is #83b0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83b0ba


Comments

No comments written yet.

Please login to write comment.