Color Hex Logo

#83bdee Color Hex

#83BDEE
(131,189,238)
0 Favorites   0 Comments

Color spaces of #83bdee

RGB 131189238
HSL0.580.760.72
HSV207°45°93°
CMYK 0.450.210.00   0.07
XYZ42.990347.393587.7710
Yxy47.39350.24130.2660
Hunter Lab68.8429-9.0074-27.4015
CIE-Lab74.4408-6.0229-30.2022

#83bdee color RGB value is (131,189,238).

#83bdee hex color red value is 131, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #83bdee hue: 0.58 , saturation: 0.76 and the lightness value of 83bdee is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111101 11101110
Octal 203 275 356
Decimal 131 189 238
Hex 83 BD EE

RGB Percentages of Color #83bdee

%23.48
%33.87
%42.65

CMYK Percentages of Color #83bdee

%45
%21
%0
%7

Triadic Colors of #83bdee

#83bdee #ee83bd #bdee83

Analogous Colors of #83bdee

#83bdee #8388ee #83eeea

Monochromatic Colors of #83bdee

#83bdee

Complementary Color

#83bdee #eeb483

#83bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bdee Color CSS Codes

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

#83bdee Text Font Color

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

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


#83bdee Background Color

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

This div background color is #83bdee


#83bdee Border Color

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

This div border color is #83bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bdee


Comments

No comments written yet.

Please login to write comment.