Color Hex Logo

#85acbe Color Hex

#85ACBE
(133,172,190)
0 Favorites   0 Comments

Color spaces of #85acbe

RGB 133172190
HSL0.550.300.63
HSV199°30°75°
CMYK 0.300.090.00   0.25
XYZ33.719738.209354.3131
Yxy38.20930.26710.3027
Hunter Lab61.8137-10.8012-8.8261
CIE-Lab68.1746-8.8635-13.4866

#85acbe color RGB value is (133,172,190).

#85acbe hex color red value is 133, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #85acbe hue: 0.55 , saturation: 0.30 and the lightness value of 85acbe is 0.63.

The process color (four color CMYK) of #85acbe color hex is 0.30, 0.09, 0.00, 0.25. Web safe color of #85acbe is #9999cc. Color #85acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101100 10111110
Octal 205 254 276
Decimal 133 172 190
Hex 85 AC BE

RGB Percentages of Color #85acbe

%26.87
%34.75
%38.38

CMYK Percentages of Color #85acbe

%30
%9
%0
%25

Triadic Colors of #85acbe

#85acbe #be85ac #acbe85

Analogous Colors of #85acbe

#85acbe #8590be #85beb4

Monochromatic Colors of #85acbe

#85acbe

Complementary Color

#85acbe #be9785

#85acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85acbe Color CSS Codes

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

#85acbe Text Font Color

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

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


#85acbe Background Color

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

This div background color is #85acbe


#85acbe Border Color

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

This div border color is #85acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85acbe


Comments

No comments written yet.

Please login to write comment.