Color Hex Logo

#85bbdb Color Hex

#85BBDB
(133,187,219)
0 Favorites   0 Comments

Color spaces of #85bbdb

RGB 133187219
HSL0.560.540.69
HSV202°39°86°
CMYK 0.390.150.00   0.14
XYZ40.229445.641773.7072
Yxy45.64170.25210.2860
Hunter Lab67.5586-11.9356-17.3950
CIE-Lab73.3124-9.5581-21.6220

#85bbdb color RGB value is (133,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11011011
Octal 205 273 333
Decimal 133 187 219
Hex 85 BB DB

RGB Percentages of Color #85bbdb

%24.68
%34.69
%40.63

CMYK Percentages of Color #85bbdb

%39
%15
%0
%14

Triadic Colors of #85bbdb

#85bbdb #db85bb #bbdb85

Analogous Colors of #85bbdb

#85bbdb #8590db #85dbd0

Monochromatic Colors of #85bbdb

#85bbdb

Complementary Color

#85bbdb #dba585

#85bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbdb Color CSS Codes

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

#85bbdb Text Font Color

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

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


#85bbdb Background Color

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

This div background color is #85bbdb


#85bbdb Border Color

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

This div border color is #85bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbdb


Comments

No comments written yet.

Please login to write comment.