Color Hex Logo

#83ccee Color Hex

#83CCEE
(131,204,238)
0 Favorites   0 Comments

Color spaces of #83ccee

RGB 131204238
HSL0.550.760.72
HSV199°45°93°
CMYK 0.450.140.00   0.07
XYZ46.385654.184188.9027
Yxy54.18410.24480.2860
Hunter Lab73.6098-16.3346-20.0809
CIE-Lab78.5690-13.9676-23.8812

#83ccee color RGB value is (131,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11101110
Octal 203 314 356
Decimal 131 204 238
Hex 83 CC EE

RGB Percentages of Color #83ccee

%22.86
%35.60
%41.54

CMYK Percentages of Color #83ccee

%45
%14
%0
%7

Triadic Colors of #83ccee

#83ccee #ee83cc #ccee83

Analogous Colors of #83ccee

#83ccee #8397ee #83eedb

Monochromatic Colors of #83ccee

#83ccee

Complementary Color

#83ccee #eea583

#83ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccee Color CSS Codes

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

#83ccee Text Font Color

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

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


#83ccee Background Color

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

This div background color is #83ccee


#83ccee Border Color

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

This div border color is #83ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccee

#83ccee Color Palettes


Comments

No comments written yet.

Please login to write comment.