Color Hex Logo

#85bbde Color Hex

#85BBDE
(133,187,222)
0 Favorites   0 Comments

Color spaces of #85bbde

RGB 133187222
HSL0.570.570.70
HSV204°40°87°
CMYK 0.400.160.00   0.13
XYZ40.628045.801175.8064
Yxy45.80110.25040.2823
Hunter Lab67.6765-11.2756-19.0389
CIE-Lab73.4163-8.7699-23.0945

#85bbde color RGB value is (133,187,222).

#85bbde hex color red value is 133, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #85bbde hue: 0.57 , saturation: 0.57 and the lightness value of 85bbde is 0.70.

The process color (four color CMYK) of #85bbde color hex is 0.40, 0.16, 0.00, 0.13. Web safe color of #85bbde is #99cccc. Color #85bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11011110
Octal 205 273 336
Decimal 133 187 222
Hex 85 BB DE

RGB Percentages of Color #85bbde

%24.54
%34.50
%40.96

CMYK Percentages of Color #85bbde

%40
%16
%0
%13

Triadic Colors of #85bbde

#85bbde #de85bb #bbde85

Analogous Colors of #85bbde

#85bbde #858fde #85ded5

Monochromatic Colors of #85bbde

#85bbde

Complementary Color

#85bbde #dea885

#85bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbde Color CSS Codes

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

#85bbde Text Font Color

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

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


#85bbde Background Color

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

This div background color is #85bbde


#85bbde Border Color

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

This div border color is #85bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbde


Comments

No comments written yet.

Please login to write comment.