Color Hex Logo

#83bcdd Color Hex

#83BCDD
(131,188,221)
0 Favorites   0 Comments

Color spaces of #83bcdd

RGB 131188221
HSL0.560.570.69
HSV202°41°87°
CMYK 0.410.150.00   0.13
XYZ40.394446.012275.1588
Yxy46.01220.25000.2848
Hunter Lab67.8323-12.4091-18.2113
CIE-Lab73.5535-10.0844-22.3518

#83bcdd color RGB value is (131,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111100 11011101
Octal 203 274 335
Decimal 131 188 221
Hex 83 BC DD

RGB Percentages of Color #83bcdd

%24.26
%34.81
%40.93

CMYK Percentages of Color #83bcdd

%41
%15
%0
%13

Triadic Colors of #83bcdd

#83bcdd #dd83bc #bcdd83

Analogous Colors of #83bcdd

#83bcdd #838fdd #83ddd1

Monochromatic Colors of #83bcdd

#83bcdd

Complementary Color

#83bcdd #dda483

#83bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bcdd Color CSS Codes

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

#83bcdd Text Font Color

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

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


#83bcdd Background Color

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

This div background color is #83bcdd


#83bcdd Border Color

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

This div border color is #83bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bcdd


Comments

No comments written yet.

Please login to write comment.