Color Hex Logo

#6fc470 Color Hex

#6FC470
(111,196,112)
0 Favorites   0 Comments

Color spaces of #6fc470

RGB 111196112
HSL0.340.420.60
HSV121°43°77°
CMYK 0.430.000.43   0.23
XYZ29.220144.029222.2877
Yxy44.02920.30590.4609
Hunter Lab66.3545-37.515526.5333
CIE-Lab72.2480-42.922934.2831

#6fc470 color RGB value is (111,196,112).

#6fc470 hex color red value is 111, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #6fc470 hue: 0.34 , saturation: 0.42 and the lightness value of 6fc470 is 0.60.

The process color (four color CMYK) of #6fc470 color hex is 0.43, 0.00, 0.43, 0.23. Web safe color of #6fc470 is #66cc66. Color #6fc470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000100 01110000
Octal 157 304 160
Decimal 111 196 112
Hex 6F C4 70

RGB Percentages of Color #6fc470

%26.49
%46.78
%26.73

CMYK Percentages of Color #6fc470

%43
%0
%43
%23

Triadic Colors of #6fc470

#6fc470 #706fc4 #c4706f

Analogous Colors of #6fc470

#6fc470 #6fc49b #99c46f

Monochromatic Colors of #6fc470

#6fc470

Complementary Color

#6fc470 #c46fc3

#6fc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc470 Color CSS Codes

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

#6fc470 Text Font Color

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

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


#6fc470 Background Color

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

This div background color is #6fc470


#6fc470 Border Color

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

This div border color is #6fc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc470


Comments

No comments written yet.

Please login to write comment.