Color Hex Logo

#83cdff Color Hex

#83CDFF
(131,205,255)
0 Favorites   0 Comments

Color spaces of #83cdff

RGB 131205255
HSL0.571.000.76
HSV204°49°100°
CMYK 0.490.200.00   0.00
XYZ49.241455.7079102.7652
Yxy55.70790.23710.2682
Hunter Lab74.6377-12.8527-29.3872
CIE-Lab79.4473-9.8351-31.6175

#83cdff color RGB value is (131,205,255).

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

The process color (four color CMYK) of #83cdff color hex is 0.49, 0.20, 0.00, 0.00. Web safe color of #83cdff is #99ccff. Color #83cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11111111
Octal 203 315 377
Decimal 131 205 255
Hex 83 CD FF

RGB Percentages of Color #83cdff

%22.17
%34.69
%43.15

CMYK Percentages of Color #83cdff

%49
%20
%0
%0

Triadic Colors of #83cdff

#83cdff #ff83cd #cdff83

Analogous Colors of #83cdff

#83cdff #838fff #83fff3

Monochromatic Colors of #83cdff

#83cdff

Complementary Color

#83cdff #ffb583

#83cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cdff Color CSS Codes

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

#83cdff Text Font Color

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

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


#83cdff Background Color

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

This div background color is #83cdff


#83cdff Border Color

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

This div border color is #83cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cdff


Comments

No comments written yet.

Please login to write comment.