Color Hex Logo

#83bcde Color Hex

#83BCDE
(131,188,222)
0 Favorites   0 Comments

Color spaces of #83bcde

RGB 131188222
HSL0.560.580.69
HSV202°41°87°
CMYK 0.410.150.00   0.13
XYZ40.528146.065775.8627
Yxy46.06570.24950.2836
Hunter Lab67.8717-12.1882-18.7604
CIE-Lab73.5881-9.8196-22.8420

#83bcde color RGB value is (131,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111100 11011110
Octal 203 274 336
Decimal 131 188 222
Hex 83 BC DE

RGB Percentages of Color #83bcde

%24.21
%34.75
%41.04

CMYK Percentages of Color #83bcde

%41
%15
%0
%13

Triadic Colors of #83bcde

#83bcde #de83bc #bcde83

Analogous Colors of #83bcde

#83bcde #838fde #83ded3

Monochromatic Colors of #83bcde

#83bcde

Complementary Color

#83bcde #dea583

#83bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bcde Color CSS Codes

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

#83bcde Text Font Color

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

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


#83bcde Background Color

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

This div background color is #83bcde


#83bcde Border Color

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

This div border color is #83bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bcde


Comments

No comments written yet.

Please login to write comment.