Color Hex Logo

#85bffb Color Hex

#85BFFB
(133,191,251)
0 Favorites   0 Comments

Color spaces of #85bffb

RGB 133191251
HSL0.580.940.75
HSV211°47°98°
CMYK 0.470.240.00   0.02
XYZ45.716349.213298.3564
Yxy49.21320.23650.2546
Hunter Lab70.1521-6.4424-34.0207
CIE-Lab75.5838-3.0029-35.4321

#85bffb color RGB value is (133,191,251).

#85bffb hex color red value is 133, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #85bffb hue: 0.58 , saturation: 0.94 and the lightness value of 85bffb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 11111011
Octal 205 277 373
Decimal 133 191 251
Hex 85 BF FB

RGB Percentages of Color #85bffb

%23.13
%33.22
%43.65

CMYK Percentages of Color #85bffb

%47
%24
%0
%2

Triadic Colors of #85bffb

#85bffb #fb85bf #bffb85

Analogous Colors of #85bffb

#85bffb #8685fb #85fafb

Monochromatic Colors of #85bffb

#85bffb

Complementary Color

#85bffb #fbc185

#85bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bffb Color CSS Codes

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

#85bffb Text Font Color

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

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


#85bffb Background Color

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

This div background color is #85bffb


#85bffb Border Color

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

This div border color is #85bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bffb


Comments

No comments written yet.

Please login to write comment.