Color Hex Logo

#83cfbd Color Hex

#83CFBD
(131,207,189)
0 Favorites   0 Comments

Color spaces of #83cfbd

RGB 131207189
HSL0.460.440.66
HSV166°37°81°
CMYK 0.370.000.09   0.19
XYZ40.858253.125156.2448
Yxy53.12510.27200.3536
Hunter Lab72.8870-27.49065.2685
CIE-Lab77.9488-27.59661.5069

#83cfbd color RGB value is (131,207,189).

#83cfbd hex color red value is 131, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #83cfbd hue: 0.46 , saturation: 0.44 and the lightness value of 83cfbd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 10111101
Octal 203 317 275
Decimal 131 207 189
Hex 83 CF BD

RGB Percentages of Color #83cfbd

%24.86
%39.28
%35.86

CMYK Percentages of Color #83cfbd

%37
%0
%9
%19

Triadic Colors of #83cfbd

#83cfbd #bd83cf #cfbd83

Analogous Colors of #83cfbd

#83cfbd #83bbcf #83cf97

Monochromatic Colors of #83cfbd

#83cfbd

Complementary Color

#83cfbd #cf8395

#83cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfbd Color CSS Codes

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

#83cfbd Text Font Color

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

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


#83cfbd Background Color

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

This div background color is #83cfbd


#83cfbd Border Color

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

This div border color is #83cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfbd


Comments

No comments written yet.

Please login to write comment.