Color Hex Logo

#5fa669 Color Hex

#5FA669
(95,166,105)
0 Favorites   0 Comments

Color spaces of #5fa669

RGB 95166105
HSL0.360.290.51
HSV128°43°65°
CMYK 0.430.000.37   0.35
XYZ20.905330.725318.1933
Yxy30.72530.29940.4400
Hunter Lab55.4304-29.682819.3412
CIE-Lab62.2751-35.576224.7996

#5fa669 color RGB value is (95,166,105).

#5fa669 hex color red value is 95, green value is 166 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #5fa669 hue: 0.36 , saturation: 0.29 and the lightness value of 5fa669 is 0.51.

The process color (four color CMYK) of #5fa669 color hex is 0.43, 0.00, 0.37, 0.35. Web safe color of #5fa669 is #669966. Color #5fa669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100110 01101001
Octal 137 246 151
Decimal 95 166 105
Hex 5F A6 69

RGB Percentages of Color #5fa669

%25.96
%45.36
%28.69

CMYK Percentages of Color #5fa669

%43
%0
%37
%35

Triadic Colors of #5fa669

#5fa669 #695fa6 #a6695f

Analogous Colors of #5fa669

#5fa669 #5fa68d #79a65f

Monochromatic Colors of #5fa669

#5fa669

Complementary Color

#5fa669 #a65f9c

#5fa669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa669 Color CSS Codes

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

#5fa669 Text Font Color

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

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


#5fa669 Background Color

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

This div background color is #5fa669


#5fa669 Border Color

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

This div border color is #5fa669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa669


Comments

No comments written yet.

Please login to write comment.