Color Hex Logo

#83cffc Color Hex

#83CFFC
(131,207,252)
0 Favorites   0 Comments

Color spaces of #83cffc

RGB 131207252
HSL0.560.950.75
HSV202°48°99°
CMYK 0.480.180.00   0.01
XYZ49.243656.4792100.4016
Yxy56.47920.23890.2740
Hunter Lab75.1526-14.5554-26.6027
CIE-Lab79.8858-11.7191-29.3457

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

#83cffc hex color red value is 131, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #83cffc hue: 0.56 , saturation: 0.95 and the lightness value of 83cffc is 0.75.

The process color (four color CMYK) of #83cffc color hex is 0.48, 0.18, 0.00, 0.01. Web safe color of #83cffc is #99ccff. Color #83cffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 11111100
Octal 203 317 374
Decimal 131 207 252
Hex 83 CF FC

RGB Percentages of Color #83cffc

%22.20
%35.08
%42.71

CMYK Percentages of Color #83cffc

%48
%18
%0
%1

Triadic Colors of #83cffc

#83cffc #fc83cf #cffc83

Analogous Colors of #83cffc

#83cffc #8393fc #83fced

Monochromatic Colors of #83cffc

#83cffc

Complementary Color

#83cffc #fcb083

#83cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cffc Color CSS Codes

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

#83cffc Text Font Color

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

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


#83cffc Background Color

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

This div background color is #83cffc


#83cffc Border Color

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

This div border color is #83cffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cffc


Comments

No comments written yet.

Please login to write comment.