Color Hex Logo

#83cfcf Color Hex

#83CFCF
(131,207,207)
0 Favorites   0 Comments

Color spaces of #83cfcf

RGB 131207207
HSL0.500.440.66
HSV180°37°81°
CMYK 0.370.000.00   0.19
XYZ42.935453.955967.1831
Yxy53.95590.26170.3289
Hunter Lab73.4547-24.2097-2.8095
CIE-Lab78.4360-23.4072-7.4461

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 11001111
Octal 203 317 317
Decimal 131 207 207
Hex 83 CF CF

RGB Percentages of Color #83cfcf

%24.04
%37.98
%37.98

CMYK Percentages of Color #83cfcf

%37
%0
%0
%19

Triadic Colors of #83cfcf

#83cfcf #cf83cf #cfcf83

Analogous Colors of #83cfcf

#83cfcf #83a9cf #83cfa9

Monochromatic Colors of #83cfcf

#83cfcf

Complementary Color

#83cfcf #cf8383

#83cfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfcf Color CSS Codes

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

#83cfcf Text Font Color

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

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


#83cfcf Background Color

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

This div background color is #83cfcf


#83cfcf Border Color

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

This div border color is #83cfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfcf

#83cfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.