Color Hex Logo

#5aa665 Color Hex

#5AA665
(90,166,101)
0 Favorites   0 Comments

Color spaces of #5aa665

RGB 90166101
HSL0.360.300.50
HSV129°46°65°
CMYK 0.460.000.39   0.35
XYZ20.201630.385717.1122
Yxy30.38570.29840.4488
Hunter Lab55.1232-31.048820.1805
CIE-Lab61.9856-37.753826.5272

#5aa665 color RGB value is (90,166,101).

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

The process color (four color CMYK) of #5aa665 color hex is 0.46, 0.00, 0.39, 0.35. Web safe color of #5aa665 is #669966. Color #5aa665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100110 01100101
Octal 132 246 145
Decimal 90 166 101
Hex 5A A6 65

RGB Percentages of Color #5aa665

%25.21
%46.50
%28.29

CMYK Percentages of Color #5aa665

%46
%0
%39
%35

Triadic Colors of #5aa665

#5aa665 #655aa6 #a6655a

Analogous Colors of #5aa665

#5aa665 #5aa68b #75a65a

Monochromatic Colors of #5aa665

#5aa665

Complementary Color

#5aa665 #a65a9b

#5aa665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa665 Color CSS Codes

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

#5aa665 Text Font Color

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

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


#5aa665 Background Color

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

This div background color is #5aa665


#5aa665 Border Color

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

This div border color is #5aa665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa665


Comments

No comments written yet.

Please login to write comment.