Color Hex Logo

#83deef Color Hex

#83DEEF
(131,222,239)
0 Favorites   0 Comments

Color spaces of #83deef

RGB 131222239
HSL0.530.770.73
HSV189°45°94°
CMYK 0.450.070.00   0.06
XYZ51.061363.299891.1882
Yxy63.29980.24840.3080
Hunter Lab79.5612-24.6731-12.2618
CIE-Lab83.5999-22.8467-16.7955

#83deef color RGB value is (131,222,239).

#83deef hex color red value is 131, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #83deef hue: 0.53 , saturation: 0.77 and the lightness value of 83deef is 0.73.

The process color (four color CMYK) of #83deef color hex is 0.45, 0.07, 0.00, 0.06. Web safe color of #83deef is #99ccff. Color #83deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011110 11101111
Octal 203 336 357
Decimal 131 222 239
Hex 83 DE EF

RGB Percentages of Color #83deef

%22.13
%37.50
%40.37

CMYK Percentages of Color #83deef

%45
%7
%0
%6

Triadic Colors of #83deef

#83deef #ef83de #deef83

Analogous Colors of #83deef

#83deef #83a8ef #83efca

Monochromatic Colors of #83deef

#83deef

Complementary Color

#83deef #ef9483

#83deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#83deef Color CSS Codes

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

#83deef Text Font Color

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

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


#83deef Background Color

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

This div background color is #83deef


#83deef Border Color

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

This div border color is #83deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83deef


Comments

No comments written yet.

Please login to write comment.