Color Hex Logo

#6fa018 Color Hex

#6FA018
(111,160,24)
0 Favorites   0 Comments

Color spaces of #6fa018

RGB 11116024
HSL0.230.740.36
HSV82°85°63°
CMYK 0.310.000.85   0.37
XYZ19.291228.58715.3653
Yxy28.58710.36230.5369
Hunter Lab53.4669-29.163131.4772
CIE-Lab60.4155-35.537558.4276

#6fa018 color RGB value is (111,160,24).

#6fa018 hex color red value is 111, green value is 160 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #6fa018 hue: 0.23 , saturation: 0.74 and the lightness value of 6fa018 is 0.36.

The process color (four color CMYK) of #6fa018 color hex is 0.31, 0.00, 0.85, 0.37. Web safe color of #6fa018 is #669900. Color #6fa018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100000 00011000
Octal 157 240 30
Decimal 111 160 24
Hex 6F A0 18

RGB Percentages of Color #6fa018

%37.63
%54.24
%8.14

CMYK Percentages of Color #6fa018

%31
%0
%85
%37

Triadic Colors of #6fa018

#6fa018 #186fa0 #a0186f

Analogous Colors of #6fa018

#6fa018 #2ba018 #a08d18

Monochromatic Colors of #6fa018

#6fa018

Complementary Color

#6fa018 #4918a0

#6fa018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa018 Color CSS Codes

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

#6fa018 Text Font Color

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

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


#6fa018 Background Color

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

This div background color is #6fa018


#6fa018 Border Color

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

This div border color is #6fa018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa018


Comments

No comments written yet.

Please login to write comment.