Color Hex Logo

#85aecb Color Hex

#85AECB
(133,174,203)
0 Favorites   0 Comments

Color spaces of #85aecb

RGB 133174203
HSL0.570.400.66
HSV205°34°80°
CMYK 0.340.140.00   0.20
XYZ35.588439.570462.2621
Yxy39.57040.25900.2880
Hunter Lab62.9050-9.0977-14.6505
CIE-Lab69.1624-6.7001-19.1719

#85aecb color RGB value is (133,174,203).

#85aecb hex color red value is 133, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #85aecb hue: 0.57 , saturation: 0.40 and the lightness value of 85aecb is 0.66.

The process color (four color CMYK) of #85aecb color hex is 0.34, 0.14, 0.00, 0.20. Web safe color of #85aecb is #9999cc. Color #85aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11001011
Octal 205 256 313
Decimal 133 174 203
Hex 85 AE CB

RGB Percentages of Color #85aecb

%26.08
%34.12
%39.80

CMYK Percentages of Color #85aecb

%34
%14
%0
%20

Triadic Colors of #85aecb

#85aecb #cb85ae #aecb85

Analogous Colors of #85aecb

#85aecb #858bcb #85cbc5

Monochromatic Colors of #85aecb

#85aecb

Complementary Color

#85aecb #cba285

#85aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aecb Color CSS Codes

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

#85aecb Text Font Color

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

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


#85aecb Background Color

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

This div background color is #85aecb


#85aecb Border Color

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

This div border color is #85aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aecb


Comments

No comments written yet.

Please login to write comment.