Color Hex Logo

#83cfbc Color Hex

#83CFBC
(131,207,188)
0 Favorites   0 Comments

Color spaces of #83cfbc

RGB 131207188
HSL0.460.440.66
HSV165°37°81°
CMYK 0.370.000.09   0.19
XYZ40.750053.081855.6750
Yxy53.08180.27260.3550
Hunter Lab72.8573-27.66295.6927
CIE-Lab77.9233-27.81992.0066

#83cfbc color RGB value is (131,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 10111100
Octal 203 317 274
Decimal 131 207 188
Hex 83 CF BC

RGB Percentages of Color #83cfbc

%24.90
%39.35
%35.74

CMYK Percentages of Color #83cfbc

%37
%0
%9
%19

Triadic Colors of #83cfbc

#83cfbc #bc83cf #cfbc83

Analogous Colors of #83cfbc

#83cfbc #83bccf #83cf96

Monochromatic Colors of #83cfbc

#83cfbc

Complementary Color

#83cfbc #cf8396

#83cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfbc Color CSS Codes

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

#83cfbc Text Font Color

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

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


#83cfbc Background Color

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

This div background color is #83cfbc


#83cfbc Border Color

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

This div border color is #83cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfbc


Comments

No comments written yet.

Please login to write comment.