Color Hex Logo

#83bedb Color Hex

#83BEDB
(131,190,219)
0 Favorites   0 Comments

Color spaces of #83bedb

RGB 131190219
HSL0.550.550.69
HSV200°40°86°
CMYK 0.400.130.00   0.14
XYZ40.559746.766773.9070
Yxy46.76670.25160.2901
Hunter Lab68.3862-13.8078-16.2062
CIE-Lab74.0403-11.6708-20.5256

#83bedb color RGB value is (131,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11011011
Octal 203 276 333
Decimal 131 190 219
Hex 83 BE DB

RGB Percentages of Color #83bedb

%24.26
%35.19
%40.56

CMYK Percentages of Color #83bedb

%40
%13
%0
%14

Triadic Colors of #83bedb

#83bedb #db83be #bedb83

Analogous Colors of #83bedb

#83bedb #8392db #83dbcc

Monochromatic Colors of #83bedb

#83bedb

Complementary Color

#83bedb #dba083

#83bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bedb Color CSS Codes

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

#83bedb Text Font Color

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

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


#83bedb Background Color

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

This div background color is #83bedb


#83bedb Border Color

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

This div border color is #83bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bedb

#83bedb Color Palettes


Comments

No comments written yet.

Please login to write comment.