Color Hex Logo

#83afbd Color Hex

#83AFBD
(131,175,189)
0 Favorites   0 Comments

Color spaces of #83afbd

RGB 131175189
HSL0.540.310.63
HSV194°31°74°
CMYK 0.310.070.00   0.26
XYZ33.875439.159453.9172
Yxy39.15940.26680.3085
Hunter Lab62.5775-12.8822-7.2805
CIE-Lab68.8666-11.3022-11.9072

#83afbd color RGB value is (131,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 10111101
Octal 203 257 275
Decimal 131 175 189
Hex 83 AF BD

RGB Percentages of Color #83afbd

%26.46
%35.35
%38.18

CMYK Percentages of Color #83afbd

%31
%7
%0
%26

Triadic Colors of #83afbd

#83afbd #bd83af #afbd83

Analogous Colors of #83afbd

#83afbd #8392bd #83bdae

Monochromatic Colors of #83afbd

#83afbd

Complementary Color

#83afbd #bd9183

#83afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83afbd Color CSS Codes

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

#83afbd Text Font Color

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

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


#83afbd Background Color

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

This div background color is #83afbd


#83afbd Border Color

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

This div border color is #83afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83afbd


Comments

No comments written yet.

Please login to write comment.