Color Hex Logo

#83badf Color Hex

#83BADF
(131,186,223)
0 Favorites   0 Comments

Color spaces of #83badf

RGB 131186223
HSL0.570.590.69
HSV204°41°87°
CMYK 0.410.170.00   0.13
XYZ40.238345.270876.4294
Yxy45.27080.24850.2796
Hunter Lab67.2836-10.9960-20.2508
CIE-Lab73.0698-8.4848-24.1760

#83badf color RGB value is (131,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111010 11011111
Octal 203 272 337
Decimal 131 186 223
Hex 83 BA DF

RGB Percentages of Color #83badf

%24.26
%34.44
%41.30

CMYK Percentages of Color #83badf

%41
%17
%0
%13

Triadic Colors of #83badf

#83badf #df83ba #badf83

Analogous Colors of #83badf

#83badf #838cdf #83dfd6

Monochromatic Colors of #83badf

#83badf

Complementary Color

#83badf #dfa883

#83badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83badf Color CSS Codes

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

#83badf Text Font Color

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

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


#83badf Background Color

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

This div background color is #83badf


#83badf Border Color

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

This div border color is #83badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83badf


Comments

No comments written yet.

Please login to write comment.