Color Hex Logo

#83ceee Color Hex

#83CEEE
(131,206,238)
0 Favorites   0 Comments

Color spaces of #83ceee

RGB 131206238
HSL0.550.760.72
HSV198°45°93°
CMYK 0.450.130.00   0.07
XYZ46.864055.141089.0622
Yxy55.14100.24530.2886
Hunter Lab74.2570-17.2974-19.1312
CIE-Lab79.1224-15.0044-23.0387

#83ceee color RGB value is (131,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001110 11101110
Octal 203 316 356
Decimal 131 206 238
Hex 83 CE EE

RGB Percentages of Color #83ceee

%22.78
%35.83
%41.39

CMYK Percentages of Color #83ceee

%45
%13
%0
%7

Triadic Colors of #83ceee

#83ceee #ee83ce #ceee83

Analogous Colors of #83ceee

#83ceee #8399ee #83eed9

Monochromatic Colors of #83ceee

#83ceee

Complementary Color

#83ceee #eea383

#83ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ceee Color CSS Codes

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

#83ceee Text Font Color

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

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


#83ceee Background Color

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

This div background color is #83ceee


#83ceee Border Color

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

This div border color is #83ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ceee

#83ceee Color Palettes


Comments

No comments written yet.

Please login to write comment.