Color Hex Logo

#85adaf Color Hex

#85ADAF
(133,173,175)
0 Favorites   0 Comments

Color spaces of #85adaf

RGB 133173175
HSL0.510.210.60
HSV183°24°69°
CMYK 0.240.010.00   0.31
XYZ32.354337.968846.1809
Yxy37.96880.27770.3259
Hunter Lab61.6188-14.1077-1.3024
CIE-Lab67.9976-12.9442-5.4437

#85adaf color RGB value is (133,173,175).

#85adaf hex color red value is 133, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #85adaf hue: 0.51 , saturation: 0.21 and the lightness value of 85adaf is 0.60.

The process color (four color CMYK) of #85adaf color hex is 0.24, 0.01, 0.00, 0.31. Web safe color of #85adaf is #999999. Color #85adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 10101111
Octal 205 255 257
Decimal 133 173 175
Hex 85 AD AF

RGB Percentages of Color #85adaf

%27.65
%35.97
%36.38

CMYK Percentages of Color #85adaf

%24
%1
%0
%31

Triadic Colors of #85adaf

#85adaf #af85ad #adaf85

Analogous Colors of #85adaf

#85adaf #8598af #85af9c

Monochromatic Colors of #85adaf

#85adaf

Complementary Color

#85adaf #af8785

#85adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adaf Color CSS Codes

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

#85adaf Text Font Color

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

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


#85adaf Background Color

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

This div background color is #85adaf


#85adaf Border Color

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

This div border color is #85adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adaf


Comments

No comments written yet.

Please login to write comment.