Color Hex Logo

#5eaaad Color Hex

#5EAAAD
(94,170,173)
0 Favorites   0 Comments

Color spaces of #5eaaad

RGB 94170173
HSL0.510.330.52
HSV182°46°68°
CMYK 0.460.020.00   0.32
XYZ26.533634.146344.7276
Yxy34.14630.25170.3239
Hunter Lab58.4348-21.2092-4.4778
CIE-Lab65.0785-22.6961-8.8835

#5eaaad color RGB value is (94,170,173).

#5eaaad hex color red value is 94, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5eaaad hue: 0.51 , saturation: 0.33 and the lightness value of 5eaaad is 0.52.

The process color (four color CMYK) of #5eaaad color hex is 0.46, 0.02, 0.00, 0.32. Web safe color of #5eaaad is #669999. Color #5eaaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 10101101
Octal 136 252 255
Decimal 94 170 173
Hex 5E AA AD

RGB Percentages of Color #5eaaad

%21.51
%38.90
%39.59

CMYK Percentages of Color #5eaaad

%46
%2
%0
%32

Triadic Colors of #5eaaad

#5eaaad #ad5eaa #aaad5e

Analogous Colors of #5eaaad

#5eaaad #5e83ad #5ead89

Monochromatic Colors of #5eaaad

#5eaaad

Complementary Color

#5eaaad #ad615e

#5eaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaaad Color CSS Codes

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

#5eaaad Text Font Color

<p style="color:#5eaaad">Text here</p>

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


#5eaaad Background Color

<div style="background-color:#5eaaad">
Div content here</div>

This div background color is #5eaaad


#5eaaad Border Color

<div style="border:3px solid #5eaaad">
Div here</div>

This div border color is #5eaaad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,170,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eaaad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eaaad;
  -webkit-box-shadow: 1px 1px 3px 2px #5eaaad;
  box-shadow:         1px 1px 3px 2px #5eaaad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,170,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaaad


Comments

No comments written yet.

Please login to write comment.