Color Hex Logo

#83fcfd Color Hex

#83FCFD
(131,252,253)
0 Favorites   0 Comments

Color spaces of #83fcfd

RGB 131252253
HSL0.500.970.75
HSV180°48°99°
CMYK 0.480.000.00   0.01
XYZ61.900181.5380105.4044
Yxy81.53800.24880.3277
Hunter Lab90.2984-35.6594-5.9997
CIE-Lab92.3706-33.7158-11.0012

#83fcfd color RGB value is (131,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11111100 11111101
Octal 203 374 375
Decimal 131 252 253
Hex 83 FC FD

RGB Percentages of Color #83fcfd

%20.60
%39.62
%39.78

CMYK Percentages of Color #83fcfd

%48
%0
%0
%1

Triadic Colors of #83fcfd

#83fcfd #fd83fc #fcfd83

Analogous Colors of #83fcfd

#83fcfd #83bffd #83fdc1

Monochromatic Colors of #83fcfd

#83fcfd

Complementary Color

#83fcfd #fd8483

#83fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83fcfd Color CSS Codes

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

#83fcfd Text Font Color

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

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


#83fcfd Background Color

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

This div background color is #83fcfd


#83fcfd Border Color

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

This div border color is #83fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.