Color Hex Logo

#85a8bf Color Hex

#85A8BF
(133,168,191)
0 Favorites   0 Comments

Color spaces of #85a8bf

RGB 133168191
HSL0.570.310.64
HSV204°30°75°
CMYK 0.300.120.00   0.25
XYZ33.079536.753454.6409
Yxy36.75340.26580.2953
Hunter Lab60.6246-8.6954-11.0008
CIE-Lab67.0916-6.4499-15.6723

#85a8bf color RGB value is (133,168,191).

#85a8bf hex color red value is 133, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #85a8bf hue: 0.57 , saturation: 0.31 and the lightness value of 85a8bf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101000 10111111
Octal 205 250 277
Decimal 133 168 191
Hex 85 A8 BF

RGB Percentages of Color #85a8bf

%27.03
%34.15
%38.82

CMYK Percentages of Color #85a8bf

%30
%12
%0
%25

Triadic Colors of #85a8bf

#85a8bf #bf85a8 #a8bf85

Analogous Colors of #85a8bf

#85a8bf #858bbf #85bfb9

Monochromatic Colors of #85a8bf

#85a8bf

Complementary Color

#85a8bf #bf9c85

#85a8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85a8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85a8bf Color CSS Codes

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

#85a8bf Text Font Color

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

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


#85a8bf Background Color

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

This div background color is #85a8bf


#85a8bf Border Color

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

This div border color is #85a8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85a8bf

#85a8bf Color Palettes


Comments

No comments written yet.

Please login to write comment.