Color Hex Logo

#85adbd Color Hex

#85ADBD
(133,173,189)
0 Favorites   0 Comments

Color spaces of #85adbd

RGB 133173189
HSL0.550.300.63
HSV197°30°74°
CMYK 0.300.080.00   0.26
XYZ33.801738.547853.8030
Yxy38.54780.26790.3056
Hunter Lab62.0869-11.4720-7.9185
CIE-Lab68.4224-9.6451-12.5612

#85adbd color RGB value is (133,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 10111101
Octal 205 255 275
Decimal 133 173 189
Hex 85 AD BD

RGB Percentages of Color #85adbd

%26.87
%34.95
%38.18

CMYK Percentages of Color #85adbd

%30
%8
%0
%26

Triadic Colors of #85adbd

#85adbd #bd85ad #adbd85

Analogous Colors of #85adbd

#85adbd #8591bd #85bdb1

Monochromatic Colors of #85adbd

#85adbd

Complementary Color

#85adbd #bd9585

#85adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adbd Color CSS Codes

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

#85adbd Text Font Color

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

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


#85adbd Background Color

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

This div background color is #85adbd


#85adbd Border Color

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

This div border color is #85adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adbd


Comments

No comments written yet.

Please login to write comment.