Color Hex Logo

#83daff Color Hex

#83DAFF
(131,218,255)
0 Favorites   0 Comments

Color spaces of #83daff

RGB 131218255
HSL0.551.000.76
HSV198°49°100°
CMYK 0.490.150.00   0.00
XYZ52.481562.1881103.8452
Yxy62.18810.24020.2846
Hunter Lab78.8594-19.2110-22.8738
CIE-Lab83.0133-16.5846-26.1540

#83daff color RGB value is (131,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011010 11111111
Octal 203 332 377
Decimal 131 218 255
Hex 83 DA FF

RGB Percentages of Color #83daff

%21.69
%36.09
%42.22

CMYK Percentages of Color #83daff

%49
%15
%0
%0

Triadic Colors of #83daff

#83daff #ff83da #daff83

Analogous Colors of #83daff

#83daff #839cff #83ffe6

Monochromatic Colors of #83daff

#83daff

Complementary Color

#83daff #ffa883

#83daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#83daff Color CSS Codes

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

#83daff Text Font Color

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

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


#83daff Background Color

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

This div background color is #83daff


#83daff Border Color

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

This div border color is #83daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83daff


Comments

No comments written yet.

Please login to write comment.