Color Hex Logo

#83cee3 Color Hex

#83CEE3
(131,206,227)
0 Favorites   0 Comments

Color spaces of #83cee3

RGB 131206227
HSL0.540.630.70
HSV193°42°89°
CMYK 0.420.090.00   0.11
XYZ45.296554.514080.8079
Yxy54.51400.25080.3018
Hunter Lab73.8336-19.7000-13.2070
CIE-Lab78.7605-17.8985-17.6960

#83cee3 color RGB value is (131,206,227).

#83cee3 hex color red value is 131, green value is 206 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #83cee3 hue: 0.54 , saturation: 0.63 and the lightness value of 83cee3 is 0.70.

The process color (four color CMYK) of #83cee3 color hex is 0.42, 0.09, 0.00, 0.11. Web safe color of #83cee3 is #99cccc. Color #83cee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001110 11100011
Octal 203 316 343
Decimal 131 206 227
Hex 83 CE E3

RGB Percentages of Color #83cee3

%23.23
%36.52
%40.25

CMYK Percentages of Color #83cee3

%42
%9
%0
%11

Triadic Colors of #83cee3

#83cee3 #e383ce #cee383

Analogous Colors of #83cee3

#83cee3 #839ee3 #83e3c8

Monochromatic Colors of #83cee3

#83cee3

Complementary Color

#83cee3 #e39883

#83cee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cee3 Color CSS Codes

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

#83cee3 Text Font Color

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

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


#83cee3 Background Color

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

This div background color is #83cee3


#83cee3 Border Color

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

This div border color is #83cee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cee3


Comments

No comments written yet.

Please login to write comment.