Color Hex Logo

#6fa480 Color Hex

#6FA480
(111,164,128)
0 Favorites   0 Comments

Color spaces of #6fa480

RGB 111164128
HSL0.390.230.54
HSV139°32°64°
CMYK 0.320.000.22   0.36
XYZ23.727331.488925.2495
Yxy31.48890.29490.3913
Hunter Lab56.1150-22.725412.6023
CIE-Lab62.9182-25.336713.1916

#6fa480 color RGB value is (111,164,128).

#6fa480 hex color red value is 111, green value is 164 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #6fa480 hue: 0.39 , saturation: 0.23 and the lightness value of 6fa480 is 0.54.

The process color (four color CMYK) of #6fa480 color hex is 0.32, 0.00, 0.22, 0.36. Web safe color of #6fa480 is #669999. Color #6fa480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100100 10000000
Octal 157 244 200
Decimal 111 164 128
Hex 6F A4 80

RGB Percentages of Color #6fa480

%27.54
%40.69
%31.76

CMYK Percentages of Color #6fa480

%32
%0
%22
%36

Triadic Colors of #6fa480

#6fa480 #806fa4 #a4806f

Analogous Colors of #6fa480

#6fa480 #6fa49b #79a46f

Monochromatic Colors of #6fa480

#6fa480

Complementary Color

#6fa480 #a46f93

#6fa480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa480 Color CSS Codes

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

#6fa480 Text Font Color

<p style="color:#6fa480">Text here</p>

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


#6fa480 Background Color

<div style="background-color:#6fa480">
Div content here</div>

This div background color is #6fa480


#6fa480 Border Color

<div style="border:3px solid #6fa480">
Div here</div>

This div border color is #6fa480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,164,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fa480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fa480;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa480;
  box-shadow:         1px 1px 3px 2px #6fa480; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,164,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa480


Comments

No comments written yet.

Please login to write comment.