Color Hex Logo

#85aaf4 Color Hex

#85AAF4
(133,170,244)
0 Favorites   0 Comments

Color spaces of #85aaf4

RGB 133170244
HSL0.610.830.74
HSV220°45°96°
CMYK 0.450.300.00   0.04
XYZ40.376740.267691.2323
Yxy40.26760.23490.2343
Hunter Lab63.45682.5279-40.8220
CIE-Lab69.65976.6441-40.8607

#85aaf4 color RGB value is (133,170,244).

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

The process color (four color CMYK) of #85aaf4 color hex is 0.45, 0.30, 0.00, 0.04. Web safe color of #85aaf4 is #9999ff. Color #85aaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101010 11110100
Octal 205 252 364
Decimal 133 170 244
Hex 85 AA F4

RGB Percentages of Color #85aaf4

%24.31
%31.08
%44.61

CMYK Percentages of Color #85aaf4

%45
%30
%0
%4

Triadic Colors of #85aaf4

#85aaf4 #f485aa #aaf485

Analogous Colors of #85aaf4

#85aaf4 #9885f4 #85e2f4

Monochromatic Colors of #85aaf4

#85aaf4

Complementary Color

#85aaf4 #f4cf85

#85aaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aaf4 Color CSS Codes

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

#85aaf4 Text Font Color

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

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


#85aaf4 Background Color

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

This div background color is #85aaf4


#85aaf4 Border Color

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

This div border color is #85aaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aaf4


Comments

No comments written yet.

Please login to write comment.