Color Hex Logo

#83dcbe Color Hex

#83DCBE
(131,220,190)
0 Favorites   0 Comments

Color spaces of #83dcbe

RGB 131220190
HSL0.440.560.69
HSV160°40°86°
CMYK 0.400.000.14   0.14
XYZ44.247559.729457.9120
Yxy59.72940.27330.3690
Hunter Lab77.2848-33.05269.6714
CIE-Lab81.6909-33.56796.3886

#83dcbe color RGB value is (131,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011100 10111110
Octal 203 334 276
Decimal 131 220 190
Hex 83 DC BE

RGB Percentages of Color #83dcbe

%24.21
%40.67
%35.12

CMYK Percentages of Color #83dcbe

%40
%0
%14
%14

Triadic Colors of #83dcbe

#83dcbe #be83dc #dcbe83

Analogous Colors of #83dcbe

#83dcbe #83cedc #83dc92

Monochromatic Colors of #83dcbe

#83dcbe

Complementary Color

#83dcbe #dc83a1

#83dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dcbe Color CSS Codes

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

#83dcbe Text Font Color

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

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


#83dcbe Background Color

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

This div background color is #83dcbe


#83dcbe Border Color

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

This div border color is #83dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dcbe


Comments

No comments written yet.

Please login to write comment.