Color Hex Logo

#5eaead Color Hex

#5EAEAD
(94,174,173)
0 Favorites   0 Comments

Color spaces of #5eaead

RGB 94174173
HSL0.500.330.53
HSV179°46°68°
CMYK 0.460.000.01   0.32
XYZ27.295035.668944.9814
Yxy35.66890.25290.3304
Hunter Lab59.7234-22.9374-2.8485
CIE-Lab66.2662-24.7189-7.1165

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 10101101
Octal 136 256 255
Decimal 94 174 173
Hex 5E AE AD

RGB Percentages of Color #5eaead

%21.32
%39.46
%39.23

CMYK Percentages of Color #5eaead

%46
%0
%1
%32

Triadic Colors of #5eaead

#5eaead #ad5eae #aead5e

Analogous Colors of #5eaead

#5eaead #5e87ae #5eae85

Monochromatic Colors of #5eaead

#5eaead

Complementary Color

#5eaead #ae5e5f

#5eaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaead Color CSS Codes

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

#5eaead Text Font Color

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

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


#5eaead Background Color

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

This div background color is #5eaead


#5eaead Border Color

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

This div border color is #5eaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaead


Comments

No comments written yet.

Please login to write comment.