Color Hex Logo

#83efff Color Hex

#83EFFF
(131,239,255)
0 Favorites   0 Comments

Color spaces of #83efff

RGB 131239255
HSL0.521.000.76
HSV188°49°100°
CMYK 0.490.060.00   0.00
XYZ58.276673.7783105.7769
Yxy73.77830.24500.3102
Hunter Lab85.8943-29.2083-12.8883
CIE-Lab88.8176-27.0286-17.3598

#83efff color RGB value is (131,239,255).

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

The process color (four color CMYK) of #83efff color hex is 0.49, 0.06, 0.00, 0.00. Web safe color of #83efff is #99ffff. Color #83efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11101111 11111111
Octal 203 357 377
Decimal 131 239 255
Hex 83 EF FF

RGB Percentages of Color #83efff

%20.96
%38.24
%40.80

CMYK Percentages of Color #83efff

%49
%6
%0
%0

Triadic Colors of #83efff

#83efff #ff83ef #efff83

Analogous Colors of #83efff

#83efff #83b1ff #83ffd1

Monochromatic Colors of #83efff

#83efff

Complementary Color

#83efff #ff9383

#83efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#83efff Color CSS Codes

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

#83efff Text Font Color

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

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


#83efff Background Color

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

This div background color is #83efff


#83efff Border Color

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

This div border color is #83efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83efff


Comments

No comments written yet.

Please login to write comment.