Color Hex Logo

#83cdee Color Hex

#83CDEE
(131,205,238)
0 Favorites   0 Comments

Color spaces of #83cdee

RGB 131205238
HSL0.550.760.72
HSV199°45°93°
CMYK 0.450.140.00   0.07
XYZ46.624054.661088.9822
Yxy54.66100.24500.2873
Hunter Lab73.9331-16.8164-19.6054
CIE-Lab78.8456-14.4867-23.4599

#83cdee color RGB value is (131,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11101110
Octal 203 315 356
Decimal 131 205 238
Hex 83 CD EE

RGB Percentages of Color #83cdee

%22.82
%35.71
%41.46

CMYK Percentages of Color #83cdee

%45
%14
%0
%7

Triadic Colors of #83cdee

#83cdee #ee83cd #cdee83

Analogous Colors of #83cdee

#83cdee #8398ee #83eeda

Monochromatic Colors of #83cdee

#83cdee

Complementary Color

#83cdee #eea483

#83cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cdee Color CSS Codes

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

#83cdee Text Font Color

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

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


#83cdee Background Color

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

This div background color is #83cdee


#83cdee Border Color

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

This div border color is #83cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cdee


Comments

No comments written yet.

Please login to write comment.