Color Hex Logo

#6fb216 Color Hex

#6FB216
(111,178,22)
0 Favorites   0 Comments

Color spaces of #6fb216

RGB 11117822
HSL0.240.780.39
HSV86°88°70°
CMYK 0.380.000.88   0.30
XYZ22.620835.27826.3762
Yxy35.27820.35190.5489
Hunter Lab59.3955-35.960235.2119
CIE-Lab65.9647-43.440163.6525

#6fb216 color RGB value is (111,178,22).

#6fb216 hex color red value is 111, green value is 178 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #6fb216 hue: 0.24 , saturation: 0.78 and the lightness value of 6fb216 is 0.39.

The process color (four color CMYK) of #6fb216 color hex is 0.38, 0.00, 0.88, 0.30. Web safe color of #6fb216 is #669900. Color #6fb216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110010 00010110
Octal 157 262 26
Decimal 111 178 22
Hex 6F B2 16

RGB Percentages of Color #6fb216

%35.69
%57.23
%7.07

CMYK Percentages of Color #6fb216

%38
%0
%88
%30

Triadic Colors of #6fb216

#6fb216 #166fb2 #b2166f

Analogous Colors of #6fb216

#6fb216 #21b216 #b2a716

Monochromatic Colors of #6fb216

#6fb216

Complementary Color

#6fb216 #5916b2

#6fb216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb216 Color CSS Codes

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

#6fb216 Text Font Color

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

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


#6fb216 Background Color

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

This div background color is #6fb216


#6fb216 Border Color

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

This div border color is #6fb216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb216


Comments

No comments written yet.

Please login to write comment.