Color Hex Logo

#85bbec Color Hex

#85BBEC
(133,187,236)
0 Favorites   0 Comments

Color spaces of #85bbec

RGB 133187236
HSL0.580.730.72
HSV209°44°93°
CMYK 0.440.210.00   0.07
XYZ42.583546.583386.1040
Yxy46.58330.24300.2658
Hunter Lab68.2520-8.0719-27.0216
CIE-Lab73.9224-5.0032-29.9099

#85bbec color RGB value is (133,187,236).

#85bbec hex color red value is 133, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #85bbec hue: 0.58 , saturation: 0.73 and the lightness value of 85bbec is 0.72.

The process color (four color CMYK) of #85bbec color hex is 0.44, 0.21, 0.00, 0.07. Web safe color of #85bbec is #99ccff. Color #85bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11101100
Octal 205 273 354
Decimal 133 187 236
Hex 85 BB EC

RGB Percentages of Color #85bbec

%23.92
%33.63
%42.45

CMYK Percentages of Color #85bbec

%44
%21
%0
%7

Triadic Colors of #85bbec

#85bbec #ec85bb #bbec85

Analogous Colors of #85bbec

#85bbec #8588ec #85ecea

Monochromatic Colors of #85bbec

#85bbec

Complementary Color

#85bbec #ecb685

#85bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbec Color CSS Codes

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

#85bbec Text Font Color

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

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


#85bbec Background Color

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

This div background color is #85bbec


#85bbec Border Color

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

This div border color is #85bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbec


Comments

No comments written yet.

Please login to write comment.