Color Hex Logo

#5aa093 Color Hex

#5AA093
(90,160,147)
0 Favorites   0 Comments

Color spaces of #5aa093

RGB 90160147
HSL0.470.280.49
HSV169°44°63°
CMYK 0.440.000.08   0.37
XYZ22.053729.421932.1204
Yxy29.42190.26380.3520
Hunter Lab54.2420-22.34892.8597
CIE-Lab61.1522-25.3079-0.1175

#5aa093 color RGB value is (90,160,147).

#5aa093 hex color red value is 90, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5aa093 hue: 0.47 , saturation: 0.28 and the lightness value of 5aa093 is 0.49.

The process color (four color CMYK) of #5aa093 color hex is 0.44, 0.00, 0.08, 0.37. Web safe color of #5aa093 is #669999. Color #5aa093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100000 10010011
Octal 132 240 223
Decimal 90 160 147
Hex 5A A0 93

RGB Percentages of Color #5aa093

%22.67
%40.30
%37.03

CMYK Percentages of Color #5aa093

%44
%0
%8
%37

Triadic Colors of #5aa093

#5aa093 #935aa0 #a0935a

Analogous Colors of #5aa093

#5aa093 #5a8aa0 #5aa070

Monochromatic Colors of #5aa093

#5aa093

Complementary Color

#5aa093 #a05a67

#5aa093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa093 Color CSS Codes

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

#5aa093 Text Font Color

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

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


#5aa093 Background Color

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

This div background color is #5aa093


#5aa093 Border Color

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

This div border color is #5aa093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa093


Comments

No comments written yet.

Please login to write comment.