Color Hex Logo

#85bbfc Color Hex

#85BBFC
(133,187,252)
0 Favorites   0 Comments

Color spaces of #85bbfc

RGB 133187252
HSL0.590.950.75
HSV213°47°99°
CMYK 0.470.260.00   0.01
XYZ45.013947.555598.9021
Yxy47.55550.23510.2484
Hunter Lab68.9605-4.1652-36.7605
CIE-Lab74.5437-0.5366-37.5822

#85bbfc color RGB value is (133,187,252).

#85bbfc hex color red value is 133, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #85bbfc hue: 0.59 , saturation: 0.95 and the lightness value of 85bbfc is 0.75.

The process color (four color CMYK) of #85bbfc color hex is 0.47, 0.26, 0.00, 0.01. Web safe color of #85bbfc is #99ccff. Color #85bbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11111100
Octal 205 273 374
Decimal 133 187 252
Hex 85 BB FC

RGB Percentages of Color #85bbfc

%23.25
%32.69
%44.06

CMYK Percentages of Color #85bbfc

%47
%26
%0
%1

Triadic Colors of #85bbfc

#85bbfc #fc85bb #bbfc85

Analogous Colors of #85bbfc

#85bbfc #8b85fc #85f7fc

Monochromatic Colors of #85bbfc

#85bbfc

Complementary Color

#85bbfc #fcc685

#85bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbfc Color CSS Codes

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

#85bbfc Text Font Color

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

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


#85bbfc Background Color

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

This div background color is #85bbfc


#85bbfc Border Color

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

This div border color is #85bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbfc


Comments

No comments written yet.

Please login to write comment.