Color Hex Logo

#5eadad Color Hex

#5EADAD
(94,173,173)
0 Favorites   0 Comments

Color spaces of #5eadad

RGB 94173173
HSL0.500.330.52
HSV180°46°68°
CMYK 0.460.000.00   0.32
XYZ27.102535.284044.9172
Yxy35.28400.25260.3288
Hunter Lab59.4003-22.5067-3.2535
CIE-Lab65.9692-24.2161-7.5577

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 10101101
Octal 136 255 255
Decimal 94 173 173
Hex 5E AD AD

RGB Percentages of Color #5eadad

%21.36
%39.32
%39.32

CMYK Percentages of Color #5eadad

%46
%0
%0
%32

Triadic Colors of #5eadad

#5eadad #ad5ead #adad5e

Analogous Colors of #5eadad

#5eadad #5e86ad #5ead86

Monochromatic Colors of #5eadad

#5eadad

Complementary Color

#5eadad #ad5e5e

#5eadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadad Color CSS Codes

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

#5eadad Text Font Color

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

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


#5eadad Background Color

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

This div background color is #5eadad


#5eadad Border Color

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

This div border color is #5eadad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,173,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 #5eadad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadad


Comments

No comments written yet.

Please login to write comment.