Color Hex Logo

#85adbe Color Hex

#85ADBE
(133,173,190)
0 Favorites   0 Comments

Color spaces of #85adbe

RGB 133173190
HSL0.550.300.63
HSV198°30°75°
CMYK 0.300.090.00   0.25
XYZ33.910738.591454.3768
Yxy38.59140.26730.3042
Hunter Lab62.1220-11.2752-8.4125
CIE-Lab68.4542-9.4018-13.0664

#85adbe color RGB value is (133,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101101 10111110
Octal 205 255 276
Decimal 133 173 190
Hex 85 AD BE

RGB Percentages of Color #85adbe

%26.81
%34.88
%38.31

CMYK Percentages of Color #85adbe

%30
%9
%0
%25

Triadic Colors of #85adbe

#85adbe #be85ad #adbe85

Analogous Colors of #85adbe

#85adbe #8591be #85beb3

Monochromatic Colors of #85adbe

#85adbe

Complementary Color

#85adbe #be9685

#85adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85adbe Color CSS Codes

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

#85adbe Text Font Color

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

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


#85adbe Background Color

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

This div background color is #85adbe


#85adbe Border Color

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

This div border color is #85adbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,173,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 #85adbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85adbe


Comments

No comments written yet.

Please login to write comment.