Color Hex Logo

#5ea793 Color Hex

#5EA793
(94,167,147)
0 Favorites   0 Comments

Color spaces of #5ea793

RGB 94167147
HSL0.450.290.51
HSV164°44°65°
CMYK 0.440.000.12   0.35
XYZ23.701332.123732.5551
Yxy32.12370.26820.3635
Hunter Lab56.6778-24.54165.6189
CIE-Lab63.4450-27.72243.2377

#5ea793 color RGB value is (94,167,147).

#5ea793 hex color red value is 94, green value is 167 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5ea793 hue: 0.45 , saturation: 0.29 and the lightness value of 5ea793 is 0.51.

The process color (four color CMYK) of #5ea793 color hex is 0.44, 0.00, 0.12, 0.35. Web safe color of #5ea793 is #669999. Color #5ea793 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100111 10010011
Octal 136 247 223
Decimal 94 167 147
Hex 5E A7 93

RGB Percentages of Color #5ea793

%23.04
%40.93
%36.03

CMYK Percentages of Color #5ea793

%44
%0
%12
%35

Triadic Colors of #5ea793

#5ea793 #935ea7 #a7935e

Analogous Colors of #5ea793

#5ea793 #5e97a7 #5ea76f

Monochromatic Colors of #5ea793

#5ea793

Complementary Color

#5ea793 #a75e72

#5ea793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea793 Color CSS Codes

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

#5ea793 Text Font Color

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

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


#5ea793 Background Color

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

This div background color is #5ea793


#5ea793 Border Color

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

This div border color is #5ea793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea793


Comments

No comments written yet.

Please login to write comment.