Color Hex Logo

#83bfcf Color Hex

#83BFCF
(131,191,207)
0 Favorites   0 Comments

Color spaces of #83bfcf

RGB 131191207
HSL0.540.440.66
HSV193°37°81°
CMYK 0.370.080.00   0.19
XYZ39.253446.591965.9557
Yxy46.59190.25860.3069
Hunter Lab68.2583-16.8016-9.5092
CIE-Lab73.9280-15.2721-14.1753

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111111 11001111
Octal 203 277 317
Decimal 131 191 207
Hex 83 BF CF

RGB Percentages of Color #83bfcf

%24.76
%36.11
%39.13

CMYK Percentages of Color #83bfcf

%37
%8
%0
%19

Triadic Colors of #83bfcf

#83bfcf #cf83bf #bfcf83

Analogous Colors of #83bfcf

#83bfcf #8399cf #83cfb9

Monochromatic Colors of #83bfcf

#83bfcf

Complementary Color

#83bfcf #cf9383

#83bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bfcf Color CSS Codes

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

#83bfcf Text Font Color

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

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


#83bfcf Background Color

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

This div background color is #83bfcf


#83bfcf Border Color

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

This div border color is #83bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bfcf


Comments

No comments written yet.

Please login to write comment.