Color Hex Logo

#83d0cb Color Hex

#83D0CB
(131,208,203)
0 Favorites   0 Comments

Color spaces of #83d0cb

RGB 131208203
HSL0.490.450.66
HSV176°37°82°
CMYK 0.370.000.02   0.18
XYZ42.695454.248864.7207
Yxy54.24880.26410.3356
Hunter Lab73.6538-25.4218-0.5414
CIE-Lab78.6066-24.8586-5.0458

#83d0cb color RGB value is (131,208,203).

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

The process color (four color CMYK) of #83d0cb color hex is 0.37, 0.00, 0.02, 0.18. Web safe color of #83d0cb is #99cccc. Color #83d0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11010000 11001011
Octal 203 320 313
Decimal 131 208 203
Hex 83 D0 CB

RGB Percentages of Color #83d0cb

%24.17
%38.38
%37.45

CMYK Percentages of Color #83d0cb

%37
%0
%2
%18

Triadic Colors of #83d0cb

#83d0cb #cb83d0 #d0cb83

Analogous Colors of #83d0cb

#83d0cb #83afd0 #83d0a5

Monochromatic Colors of #83d0cb

#83d0cb

Complementary Color

#83d0cb #d08388

#83d0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83d0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83d0cb Color CSS Codes

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

#83d0cb Text Font Color

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

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


#83d0cb Background Color

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

This div background color is #83d0cb


#83d0cb Border Color

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

This div border color is #83d0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83d0cb

#83d0cb Color Palettes


Comments

No comments written yet.

Please login to write comment.