Color Hex Logo

#83cecf Color Hex

#83CECF
(131,206,207)
0 Favorites   0 Comments

Color spaces of #83cecf

RGB 131206207
HSL0.500.440.66
HSV181°37°81°
CMYK 0.370.000.00   0.19
XYZ42.693953.472967.1026
Yxy53.47290.26150.3275
Hunter Lab73.1252-23.7524-3.2193
CIE-Lab78.1534-22.9096-7.8654

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001110 11001111
Octal 203 316 317
Decimal 131 206 207
Hex 83 CE CF

RGB Percentages of Color #83cecf

%24.08
%37.87
%38.05

CMYK Percentages of Color #83cecf

%37
%0
%0
%19

Triadic Colors of #83cecf

#83cecf #cf83ce #cecf83

Analogous Colors of #83cecf

#83cecf #83a8cf #83cfaa

Monochromatic Colors of #83cecf

#83cecf

Complementary Color

#83cecf #cf8483

#83cecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cecf Color CSS Codes

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

#83cecf Text Font Color

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

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


#83cecf Background Color

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

This div background color is #83cecf


#83cecf Border Color

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

This div border color is #83cecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cecf


Comments

No comments written yet.

Please login to write comment.