Color Hex Logo

#83cccb Color Hex

#83CCCB
(131,204,203)
0 Favorites   0 Comments

Color spaces of #83cccb

RGB 131204203
HSL0.500.420.66
HSV179°36°80°
CMYK 0.360.000.00   0.20
XYZ41.732452.322864.3997
Yxy52.32280.26340.3302
Hunter Lab72.3345-23.6022-2.1520
CIE-Lab77.4735-22.8754-6.7210

#83cccb color RGB value is (131,204,203).

#83cccb hex color red value is 131, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #83cccb hue: 0.50 , saturation: 0.42 and the lightness value of 83cccb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11001011
Octal 203 314 313
Decimal 131 204 203
Hex 83 CC CB

RGB Percentages of Color #83cccb

%24.35
%37.92
%37.73

CMYK Percentages of Color #83cccb

%36
%0
%0
%20

Triadic Colors of #83cccb

#83cccb #cb83cc #cccb83

Analogous Colors of #83cccb

#83cccb #83a9cc #83cca7

Monochromatic Colors of #83cccb

#83cccb

Complementary Color

#83cccb #cc8384

#83cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cccb Color CSS Codes

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

#83cccb Text Font Color

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

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


#83cccb Background Color

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

This div background color is #83cccb


#83cccb Border Color

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

This div border color is #83cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cccb


Comments

No comments written yet.

Please login to write comment.