Color Hex Logo

#5ea4ae Color Hex

#5EA4AE
(94,164,174)
0 Favorites   0 Comments

Color spaces of #5ea4ae

RGB 94164174
HSL0.520.330.53
HSV188°46°68°
CMYK 0.460.060.00   0.32
XYZ25.531531.986644.8728
Yxy31.98660.24940.3124
Hunter Lab56.5567-18.3936-7.4517
CIE-Lab63.3318-19.3339-12.0558

#5ea4ae color RGB value is (94,164,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100100 10101110
Octal 136 244 256
Decimal 94 164 174
Hex 5E A4 AE

RGB Percentages of Color #5ea4ae

%21.76
%37.96
%40.28

CMYK Percentages of Color #5ea4ae

%46
%6
%0
%32

Triadic Colors of #5ea4ae

#5ea4ae #ae5ea4 #a4ae5e

Analogous Colors of #5ea4ae

#5ea4ae #5e7cae #5eae90

Monochromatic Colors of #5ea4ae

#5ea4ae

Complementary Color

#5ea4ae #ae685e

#5ea4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea4ae Color CSS Codes

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

#5ea4ae Text Font Color

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

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


#5ea4ae Background Color

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

This div background color is #5ea4ae


#5ea4ae Border Color

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

This div border color is #5ea4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea4ae


Comments

No comments written yet.

Please login to write comment.