Color Hex Logo

#85adda Color Hex

#85ADDA
(133,173,218)
0 Favorites   0 Comments

Color spaces of #85adda

RGB 133173218
HSL0.590.530.69
HSV212°39°85°
CMYK 0.390.210.00   0.15
XYZ37.271339.935672.0736
Yxy39.93560.24970.2675
Hunter Lab63.1946-5.3138-23.3841
CIE-Lab69.4236-2.2326-27.0197

#85adda color RGB value is (133,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 11011010
Octal 205 255 332
Decimal 133 173 218
Hex 85 AD DA

RGB Percentages of Color #85adda

%25.38
%33.02
%41.60

CMYK Percentages of Color #85adda

%39
%21
%0
%15

Triadic Colors of #85adda

#85adda #da85ad #adda85

Analogous Colors of #85adda

#85adda #8885da #85d8da

Monochromatic Colors of #85adda

#85adda

Complementary Color

#85adda #dab285

#85adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adda Color CSS Codes

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

#85adda Text Font Color

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

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


#85adda Background Color

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

This div background color is #85adda


#85adda Border Color

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

This div border color is #85adda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #85adda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adda


Comments

No comments written yet.

Please login to write comment.