Color Hex Logo

#83dcbc Color Hex

#83DCBC
(131,220,188)
0 Favorites   0 Comments

Color spaces of #83dcbc

RGB 131220188
HSL0.440.560.69
HSV158°40°86°
CMYK 0.400.000.15   0.14
XYZ44.030459.642556.7685
Yxy59.64250.27440.3717
Hunter Lab77.2286-33.381610.4776
CIE-Lab81.6435-33.99857.3805

#83dcbc color RGB value is (131,220,188).

#83dcbc hex color red value is 131, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #83dcbc hue: 0.44 , saturation: 0.56 and the lightness value of 83dcbc is 0.69.

The process color (four color CMYK) of #83dcbc color hex is 0.40, 0.00, 0.15, 0.14. Web safe color of #83dcbc is #99cccc. Color #83dcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011100 10111100
Octal 203 334 274
Decimal 131 220 188
Hex 83 DC BC

RGB Percentages of Color #83dcbc

%24.30
%40.82
%34.88

CMYK Percentages of Color #83dcbc

%40
%0
%15
%14

Triadic Colors of #83dcbc

#83dcbc #bc83dc #dcbc83

Analogous Colors of #83dcbc

#83dcbc #83d0dc #83dc90

Monochromatic Colors of #83dcbc

#83dcbc

Complementary Color

#83dcbc #dc83a3

#83dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dcbc Color CSS Codes

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

#83dcbc Text Font Color

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

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


#83dcbc Background Color

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

This div background color is #83dcbc


#83dcbc Border Color

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

This div border color is #83dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dcbc


Comments

No comments written yet.

Please login to write comment.