Color Hex Logo

#83bbdb Color Hex

#83BBDB
(131,187,219)
0 Favorites   0 Comments

Color spaces of #83bbdb

RGB 131187219
HSL0.560.550.69
HSV202°40°86°
CMYK 0.400.150.00   0.14
XYZ39.916645.480473.6926
Yxy45.48040.25090.2859
Hunter Lab67.4392-12.3661-17.5804
CIE-Lab73.2071-10.0796-21.7920

#83bbdb color RGB value is (131,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111011 11011011
Octal 203 273 333
Decimal 131 187 219
Hex 83 BB DB

RGB Percentages of Color #83bbdb

%24.39
%34.82
%40.78

CMYK Percentages of Color #83bbdb

%40
%15
%0
%14

Triadic Colors of #83bbdb

#83bbdb #db83bb #bbdb83

Analogous Colors of #83bbdb

#83bbdb #838fdb #83dbcf

Monochromatic Colors of #83bbdb

#83bbdb

Complementary Color

#83bbdb #dba383

#83bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bbdb Color CSS Codes

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

#83bbdb Text Font Color

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

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


#83bbdb Background Color

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

This div background color is #83bbdb


#83bbdb Border Color

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

This div border color is #83bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bbdb


Comments

No comments written yet.

Please login to write comment.