Color Hex Logo

#83eafd Color Hex

#83EAFD
(131,234,253)
0 Favorites   0 Comments

Color spaces of #83eafd

RGB 131234253
HSL0.530.970.75
HSV189°48°99°
CMYK 0.480.080.00   0.01
XYZ56.512570.7628103.6086
Yxy70.76280.24480.3065
Hunter Lab84.1206-27.2942-14.1411
CIE-Lab87.3696-25.1175-18.4935

#83eafd color RGB value is (131,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101010 11111101
Octal 203 352 375
Decimal 131 234 253
Hex 83 EA FD

RGB Percentages of Color #83eafd

%21.20
%37.86
%40.94

CMYK Percentages of Color #83eafd

%48
%8
%0
%1

Triadic Colors of #83eafd

#83eafd #fd83ea #eafd83

Analogous Colors of #83eafd

#83eafd #83adfd #83fdd3

Monochromatic Colors of #83eafd

#83eafd

Complementary Color

#83eafd #fd9683

#83eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83eafd Color CSS Codes

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

#83eafd Text Font Color

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

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


#83eafd Background Color

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

This div background color is #83eafd


#83eafd Border Color

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

This div border color is #83eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83eafd


Comments

No comments written yet.

Please login to write comment.