Color Hex Logo

#85aeba Color Hex

#85AEBA
(133,174,186)
0 Favorites   0 Comments

Color spaces of #85aeba

RGB 133174186
HSL0.540.280.63
HSV194°28°73°
CMYK 0.280.060.00   0.27
XYZ33.671838.803852.1696
Yxy38.80380.27010.3113
Hunter Lab62.2927-12.5255-6.0500
CIE-Lab68.6089-10.9032-10.6231

#85aeba color RGB value is (133,174,186).

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

The process color (four color CMYK) of #85aeba color hex is 0.28, 0.06, 0.00, 0.27. Web safe color of #85aeba is #9999cc. Color #85aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 10111010
Octal 205 256 272
Decimal 133 174 186
Hex 85 AE BA

RGB Percentages of Color #85aeba

%26.98
%35.29
%37.73

CMYK Percentages of Color #85aeba

%28
%6
%0
%27

Triadic Colors of #85aeba

#85aeba #ba85ae #aeba85

Analogous Colors of #85aeba

#85aeba #8594ba #85baac

Monochromatic Colors of #85aeba

#85aeba

Complementary Color

#85aeba #ba9185

#85aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aeba Color CSS Codes

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

#85aeba Text Font Color

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

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


#85aeba Background Color

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

This div background color is #85aeba


#85aeba Border Color

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

This div border color is #85aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aeba


Comments

No comments written yet.

Please login to write comment.