Color Hex Logo

#5aa794 Color Hex

#5AA794
(90,167,148)
0 Favorites   0 Comments

Color spaces of #5aa794

RGB 90167148
HSL0.460.300.50
HSV165°46°65°
CMYK 0.460.000.11   0.35
XYZ23.380531.949232.9515
Yxy31.94920.26480.3619
Hunter Lab56.5236-25.08145.0023
CIE-Lab63.3009-28.52752.4486

#5aa794 color RGB value is (90,167,148).

#5aa794 hex color red value is 90, green value is 167 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #5aa794 hue: 0.46 , saturation: 0.30 and the lightness value of 5aa794 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100111 10010100
Octal 132 247 224
Decimal 90 167 148
Hex 5A A7 94

RGB Percentages of Color #5aa794

%22.22
%41.23
%36.54

CMYK Percentages of Color #5aa794

%46
%0
%11
%35

Triadic Colors of #5aa794

#5aa794 #945aa7 #a7945a

Analogous Colors of #5aa794

#5aa794 #5a94a7 #5aa76e

Monochromatic Colors of #5aa794

#5aa794

Complementary Color

#5aa794 #a75a6d

#5aa794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa794 Color CSS Codes

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

#5aa794 Text Font Color

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

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


#5aa794 Background Color

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

This div background color is #5aa794


#5aa794 Border Color

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

This div border color is #5aa794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa794


Comments

No comments written yet.

Please login to write comment.