Color Hex Logo

#83cedb Color Hex

#83CEDB
(131,206,219)
0 Favorites   0 Comments

Color spaces of #83cedb

RGB 131206219
HSL0.520.550.69
HSV189°40°86°
CMYK 0.400.060.00   0.14
XYZ44.217654.082475.1263
Yxy54.08240.25500.3118
Hunter Lab73.5407-21.3702-9.0898
CIE-Lab78.5098-19.9435-13.7809

#83cedb color RGB value is (131,206,219).

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

The process color (four color CMYK) of #83cedb color hex is 0.40, 0.06, 0.00, 0.14. Web safe color of #83cedb is #99cccc. Color #83cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001110 11011011
Octal 203 316 333
Decimal 131 206 219
Hex 83 CE DB

RGB Percentages of Color #83cedb

%23.56
%37.05
%39.39

CMYK Percentages of Color #83cedb

%40
%6
%0
%14

Triadic Colors of #83cedb

#83cedb #db83ce #cedb83

Analogous Colors of #83cedb

#83cedb #83a2db #83dbbc

Monochromatic Colors of #83cedb

#83cedb

Complementary Color

#83cedb #db9083

#83cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cedb Color CSS Codes

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

#83cedb Text Font Color

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

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


#83cedb Background Color

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

This div background color is #83cedb


#83cedb Border Color

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

This div border color is #83cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cedb


Comments

No comments written yet.

Please login to write comment.