Color Hex Logo

#85badb Color Hex

#85BADB
(133,186,219)
0 Favorites   0 Comments

Color spaces of #85badb

RGB 133186219
HSL0.560.540.69
HSV203°39°86°
CMYK 0.390.150.00   0.14
XYZ40.018045.218873.6368
Yxy45.21880.25190.2846
Hunter Lab67.2449-11.4518-17.8543
CIE-Lab73.0357-9.0241-22.0431

#85badb color RGB value is (133,186,219).

#85badb hex color red value is 133, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #85badb hue: 0.56 , saturation: 0.54 and the lightness value of 85badb is 0.69.

The process color (four color CMYK) of #85badb color hex is 0.39, 0.15, 0.00, 0.14. Web safe color of #85badb is #99cccc. Color #85badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 11011011
Octal 205 272 333
Decimal 133 186 219
Hex 85 BA DB

RGB Percentages of Color #85badb

%24.72
%34.57
%40.71

CMYK Percentages of Color #85badb

%39
%15
%0
%14

Triadic Colors of #85badb

#85badb #db85ba #badb85

Analogous Colors of #85badb

#85badb #858fdb #85dbd1

Monochromatic Colors of #85badb

#85badb

Complementary Color

#85badb #dba685

#85badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85badb Color CSS Codes

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

#85badb Text Font Color

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

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


#85badb Background Color

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

This div background color is #85badb


#85badb Border Color

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

This div border color is #85badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85badb


Comments

No comments written yet.

Please login to write comment.