Color Hex Logo

#83bfbd Color Hex

#83BFBD
(131,191,189)
0 Favorites   0 Comments

Color spaces of #83bfbd

RGB 131191189
HSL0.490.320.63
HSV178°31°75°
CMYK 0.310.000.01   0.25
XYZ37.176245.761055.0175
Yxy45.76100.26950.3317
Hunter Lab67.6469-20.2851-0.8680
CIE-Lab73.3902-19.6413-5.1770

#83bfbd color RGB value is (131,191,189).

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

The process color (four color CMYK) of #83bfbd color hex is 0.31, 0.00, 0.01, 0.25. Web safe color of #83bfbd is #99cccc. Color #83bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 10111101
Octal 203 277 275
Decimal 131 191 189
Hex 83 BF BD

RGB Percentages of Color #83bfbd

%25.64
%37.38
%36.99

CMYK Percentages of Color #83bfbd

%31
%0
%1
%25

Triadic Colors of #83bfbd

#83bfbd #bd83bf #bfbd83

Analogous Colors of #83bfbd

#83bfbd #83a3bf #83bf9f

Monochromatic Colors of #83bfbd

#83bfbd

Complementary Color

#83bfbd #bf8385

#83bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfbd Color CSS Codes

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

#83bfbd Text Font Color

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

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


#83bfbd Background Color

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

This div background color is #83bfbd


#83bfbd Border Color

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

This div border color is #83bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfbd

#83bfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.