Color Hex Logo

#85bafa Color Hex

#85BAFA
(133,186,250)
0 Favorites   0 Comments

Color spaces of #85bafa

RGB 133186250
HSL0.590.920.75
HSV213°47°98°
CMYK 0.470.260.00   0.02
XYZ44.487147.006597.1709
Yxy47.00650.23580.2492
Hunter Lab68.5613-4.1596-36.0379
CIE-Lab74.1939-0.5553-37.0485

#85bafa color RGB value is (133,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111010 11111010
Octal 205 272 372
Decimal 133 186 250
Hex 85 BA FA

RGB Percentages of Color #85bafa

%23.37
%32.69
%43.94

CMYK Percentages of Color #85bafa

%47
%26
%0
%2

Triadic Colors of #85bafa

#85bafa #fa85ba #bafa85

Analogous Colors of #85bafa

#85bafa #8b85fa #85f5fa

Monochromatic Colors of #85bafa

#85bafa

Complementary Color

#85bafa #fac585

#85bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bafa Color CSS Codes

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

#85bafa Text Font Color

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

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


#85bafa Background Color

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

This div background color is #85bafa


#85bafa Border Color

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

This div border color is #85bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bafa

Related Colors


Comments

No comments written yet.

Please login to write comment.