Color Hex Logo

#83adda Color Hex

#83ADDA
(131,173,218)
0 Favorites   0 Comments

Color spaces of #83adda

RGB 131173218
HSL0.590.540.68
HSV211°40°85°
CMYK 0.400.210.00   0.15
XYZ36.958539.774472.0590
Yxy39.77440.24840.2673
Hunter Lab63.0669-5.7626-23.5967
CIE-Lab69.3085-2.7632-27.2064

#83adda color RGB value is (131,173,218).

#83adda hex color red value is 131, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #83adda hue: 0.59 , saturation: 0.54 and the lightness value of 83adda is 0.68.

The process color (four color CMYK) of #83adda color hex is 0.40, 0.21, 0.00, 0.15. Web safe color of #83adda is #9999cc. Color #83adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 11011010
Octal 203 255 332
Decimal 131 173 218
Hex 83 AD DA

RGB Percentages of Color #83adda

%25.10
%33.14
%41.76

CMYK Percentages of Color #83adda

%40
%21
%0
%15

Triadic Colors of #83adda

#83adda #da83ad #adda83

Analogous Colors of #83adda

#83adda #8583da #83d9da

Monochromatic Colors of #83adda

#83adda

Complementary Color

#83adda #dab083

#83adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adda Color CSS Codes

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

#83adda Text Font Color

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

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


#83adda Background Color

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

This div background color is #83adda


#83adda Border Color

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

This div border color is #83adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adda


Comments

No comments written yet.

Please login to write comment.