Color Hex Logo

#83cbbb Color Hex

#83CBBB
(131,203,187)
0 Favorites   0 Comments

Color spaces of #83cbbb

RGB 131203187
HSL0.460.410.65
HSV167°35°80°
CMYK 0.350.000.08   0.20
XYZ39.685651.125054.7902
Yxy51.12500.27260.3511
Hunter Lab71.5017-26.05524.6186
CIE-Lab76.7547-26.09450.8435

#83cbbb color RGB value is (131,203,187).

#83cbbb hex color red value is 131, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #83cbbb hue: 0.46 , saturation: 0.41 and the lightness value of 83cbbb is 0.65.

The process color (four color CMYK) of #83cbbb color hex is 0.35, 0.00, 0.08, 0.20. Web safe color of #83cbbb is #99cccc. Color #83cbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001011 10111011
Octal 203 313 273
Decimal 131 203 187
Hex 83 CB BB

RGB Percentages of Color #83cbbb

%25.14
%38.96
%35.89

CMYK Percentages of Color #83cbbb

%35
%0
%8
%20

Triadic Colors of #83cbbb

#83cbbb #bb83cb #cbbb83

Analogous Colors of #83cbbb

#83cbbb #83b7cb #83cb97

Monochromatic Colors of #83cbbb

#83cbbb

Complementary Color

#83cbbb #cb8393

#83cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cbbb Color CSS Codes

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

#83cbbb Text Font Color

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

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


#83cbbb Background Color

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

This div background color is #83cbbb


#83cbbb Border Color

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

This div border color is #83cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cbbb


Comments

No comments written yet.

Please login to write comment.