Color Hex Logo

#85aafa Color Hex

#85AAFA
(133,170,250)
0 Favorites   0 Comments

Color spaces of #85aafa

RGB 133170250
HSL0.610.920.75
HSV221°47°98°
CMYK 0.470.320.00   0.02
XYZ41.302940.638196.1095
Yxy40.63810.23200.2282
Hunter Lab63.74804.0927-44.7648
CIE-Lab69.92168.3674-43.7109

#85aafa color RGB value is (133,170,250).

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

The process color (four color CMYK) of #85aafa color hex is 0.47, 0.32, 0.00, 0.02. Web safe color of #85aafa is #9999ff. Color #85aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11111010
Octal 205 252 372
Decimal 133 170 250
Hex 85 AA FA

RGB Percentages of Color #85aafa

%24.05
%30.74
%45.21

CMYK Percentages of Color #85aafa

%47
%32
%0
%2

Triadic Colors of #85aafa

#85aafa #fa85aa #aafa85

Analogous Colors of #85aafa

#85aafa #9b85fa #85e5fa

Monochromatic Colors of #85aafa

#85aafa

Complementary Color

#85aafa #fad585

#85aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aafa Color CSS Codes

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

#85aafa Text Font Color

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

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


#85aafa Background Color

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

This div background color is #85aafa


#85aafa Border Color

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

This div border color is #85aafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,170,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 #85aafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aafa


Comments

No comments written yet.

Please login to write comment.