Color Hex Logo

#85aeeb Color Hex

#85AEEB
(133,174,235)
0 Favorites   0 Comments

Color spaces of #85aeeb

RGB 133174235
HSL0.600.720.72
HSV216°43°92°
CMYK 0.430.260.00   0.08
XYZ39.804341.256884.4627
Yxy41.25680.24050.2492
Hunter Lab64.2315-1.7884-33.0028
CIE-Lab70.35551.8605-34.8772

#85aeeb color RGB value is (133,174,235).

#85aeeb hex color red value is 133, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #85aeeb hue: 0.60 , saturation: 0.72 and the lightness value of 85aeeb is 0.72.

The process color (four color CMYK) of #85aeeb color hex is 0.43, 0.26, 0.00, 0.08. Web safe color of #85aeeb is #9999ff. Color #85aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11101011
Octal 205 256 353
Decimal 133 174 235
Hex 85 AE EB

RGB Percentages of Color #85aeeb

%24.54
%32.10
%43.36

CMYK Percentages of Color #85aeeb

%43
%26
%0
%8

Triadic Colors of #85aeeb

#85aeeb #eb85ae #aeeb85

Analogous Colors of #85aeeb

#85aeeb #8f85eb #85e1eb

Monochromatic Colors of #85aeeb

#85aeeb

Complementary Color

#85aeeb #ebc285

#85aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aeeb Color CSS Codes

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

#85aeeb Text Font Color

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

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


#85aeeb Background Color

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

This div background color is #85aeeb


#85aeeb Border Color

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

This div border color is #85aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aeeb


Comments

No comments written yet.

Please login to write comment.