Color Hex Logo

#83dbce Color Hex

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

Color spaces of #83dbce

RGB 131219206
HSL0.480.550.69
HSV171°40°86°
CMYK 0.400.000.06   0.14
XYZ45.832259.944667.5474
Yxy59.94460.26440.3459
Hunter Lab77.4239-29.82622.4700
CIE-Lab81.8081-29.5010-1.9394

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

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

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

Base Numbers

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

RGB Percentages of Color #83dbce

%23.56
%39.39
%37.05

CMYK Percentages of Color #83dbce

%40
%0
%6
%14

Triadic Colors of #83dbce

#83dbce #ce83db #dbce83

Analogous Colors of #83dbce

#83dbce #83bcdb #83dba2

Monochromatic Colors of #83dbce

#83dbce

Complementary Color

#83dbce #db8390

#83dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dbce Color CSS Codes

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

#83dbce Text Font Color

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

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


#83dbce Background Color

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

This div background color is #83dbce


#83dbce Border Color

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

This div border color is #83dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dbce


Comments

No comments written yet.

Please login to write comment.