Color Hex Logo

#83cdfd Color Hex

#83CDFD
(131,205,253)
0 Favorites   0 Comments

Color spaces of #83cdfd

RGB 131205253
HSL0.570.970.75
HSV204°48°99°
CMYK 0.480.190.00   0.01
XYZ48.921055.5798101.0781
Yxy55.57980.23800.2704
Hunter Lab74.5519-13.3339-28.1996
CIE-Lab79.3741-10.3924-30.6642

#83cdfd color RGB value is (131,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11111101
Octal 203 315 375
Decimal 131 205 253
Hex 83 CD FD

RGB Percentages of Color #83cdfd

%22.24
%34.80
%42.95

CMYK Percentages of Color #83cdfd

%48
%19
%0
%1

Triadic Colors of #83cdfd

#83cdfd #fd83cd #cdfd83

Analogous Colors of #83cdfd

#83cdfd #8390fd #83fdf0

Monochromatic Colors of #83cdfd

#83cdfd

Complementary Color

#83cdfd #fdb383

#83cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cdfd Color CSS Codes

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

#83cdfd Text Font Color

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

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


#83cdfd Background Color

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

This div background color is #83cdfd


#83cdfd Border Color

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

This div border color is #83cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.