Color Hex Logo

#85abce Color Hex

#85ABCE
(133,171,206)
0 Favorites   0 Comments

Color spaces of #85abce

RGB 133171206
HSL0.580.430.66
HSV209°35°81°
CMYK 0.350.170.00   0.19
XYZ35.376438.568663.9725
Yxy38.56860.25650.2796
Hunter Lab62.1036-7.0015-17.6017
CIE-Lab68.4376-4.2928-21.9280

#85abce color RGB value is (133,171,206).

#85abce hex color red value is 133, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #85abce hue: 0.58 , saturation: 0.43 and the lightness value of 85abce is 0.66.

The process color (four color CMYK) of #85abce color hex is 0.35, 0.17, 0.00, 0.19. Web safe color of #85abce is #9999cc. Color #85abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11001110
Octal 205 253 316
Decimal 133 171 206
Hex 85 AB CE

RGB Percentages of Color #85abce

%26.08
%33.53
%40.39

CMYK Percentages of Color #85abce

%35
%17
%0
%19

Triadic Colors of #85abce

#85abce #ce85ab #abce85

Analogous Colors of #85abce

#85abce #8587ce #85cecd

Monochromatic Colors of #85abce

#85abce

Complementary Color

#85abce #cea885

#85abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abce Color CSS Codes

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

#85abce Text Font Color

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

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


#85abce Background Color

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

This div background color is #85abce


#85abce Border Color

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

This div border color is #85abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abce

#85abce Color Palettes


Comments

No comments written yet.

Please login to write comment.