Color Hex Logo

#5ea7af Color Hex

#5EA7AF
(94,167,175)
0 Favorites   0 Comments

Color spaces of #5ea7af

RGB 94167175
HSL0.520.340.53
HSV186°46°69°
CMYK 0.460.050.00   0.31
XYZ26.172733.112345.5693
Yxy33.11230.24960.3158
Hunter Lab57.5433-19.5127-6.6722
CIE-Lab64.2517-20.6207-11.2358

#5ea7af color RGB value is (94,167,175).

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

The process color (four color CMYK) of #5ea7af color hex is 0.46, 0.05, 0.00, 0.31. Web safe color of #5ea7af is #669999. Color #5ea7af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100111 10101111
Octal 136 247 257
Decimal 94 167 175
Hex 5E A7 AF

RGB Percentages of Color #5ea7af

%21.56
%38.30
%40.14

CMYK Percentages of Color #5ea7af

%46
%5
%0
%31

Triadic Colors of #5ea7af

#5ea7af #af5ea7 #a7af5e

Analogous Colors of #5ea7af

#5ea7af #5e7faf #5eaf8f

Monochromatic Colors of #5ea7af

#5ea7af

Complementary Color

#5ea7af #af665e

#5ea7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea7af Color CSS Codes

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

#5ea7af Text Font Color

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

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


#5ea7af Background Color

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

This div background color is #5ea7af


#5ea7af Border Color

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

This div border color is #5ea7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea7af


Comments

No comments written yet.

Please login to write comment.