Color Hex Logo

#85aebd Color Hex

#85AEBD
(133,174,189)
0 Favorites   0 Comments

Color spaces of #85aebd

RGB 133174189
HSL0.540.300.63
HSV196°30°74°
CMYK 0.300.080.00   0.26
XYZ33.994238.932853.8672
Yxy38.93280.26810.3071
Hunter Lab62.3962-11.9443-7.5083
CIE-Lab68.7026-10.1813-12.1411

#85aebd color RGB value is (133,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 10111101
Octal 205 256 275
Decimal 133 174 189
Hex 85 AE BD

RGB Percentages of Color #85aebd

%26.81
%35.08
%38.10

CMYK Percentages of Color #85aebd

%30
%8
%0
%26

Triadic Colors of #85aebd

#85aebd #bd85ae #aebd85

Analogous Colors of #85aebd

#85aebd #8592bd #85bdb0

Monochromatic Colors of #85aebd

#85aebd

Complementary Color

#85aebd #bd9485

#85aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aebd Color CSS Codes

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

#85aebd Text Font Color

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

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


#85aebd Background Color

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

This div background color is #85aebd


#85aebd Border Color

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

This div border color is #85aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aebd


Comments

No comments written yet.

Please login to write comment.