Color Hex Logo

#85aecf Color Hex

#85AECF
(133,174,207)
0 Favorites   0 Comments

Color spaces of #85aecf

RGB 133174207
HSL0.570.440.67
HSV207°36°81°
CMYK 0.360.160.00   0.19
XYZ36.071439.763664.8055
Yxy39.76360.25650.2827
Hunter Lab63.0584-8.2445-16.7918
CIE-Lab69.3008-5.6735-21.1637

#85aecf color RGB value is (133,174,207).

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

The process color (four color CMYK) of #85aecf color hex is 0.36, 0.16, 0.00, 0.19. Web safe color of #85aecf is #9999cc. Color #85aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11001111
Octal 205 256 317
Decimal 133 174 207
Hex 85 AE CF

RGB Percentages of Color #85aecf

%25.88
%33.85
%40.27

CMYK Percentages of Color #85aecf

%36
%16
%0
%19

Triadic Colors of #85aecf

#85aecf #cf85ae #aecf85

Analogous Colors of #85aecf

#85aecf #8589cf #85cfcb

Monochromatic Colors of #85aecf

#85aecf

Complementary Color

#85aecf #cfa685

#85aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aecf Color CSS Codes

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

#85aecf Text Font Color

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

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


#85aecf Background Color

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

This div background color is #85aecf


#85aecf Border Color

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

This div border color is #85aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aecf


Comments

No comments written yet.

Please login to write comment.