Color Hex Logo

#6fb47e Color Hex

#6FB47E
(111,180,126)
0 Favorites   0 Comments

Color spaces of #6fb47e

RGB 111180126
HSL0.370.320.57
HSV133°38°71°
CMYK 0.380.000.30   0.29
XYZ26.642737.528425.5781
Yxy37.52840.29690.4181
Hunter Lab61.2604-29.574518.1269
CIE-Lab67.6716-33.425820.8564

#6fb47e color RGB value is (111,180,126).

#6fb47e hex color red value is 111, green value is 180 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6fb47e hue: 0.37 , saturation: 0.32 and the lightness value of 6fb47e is 0.57.

The process color (four color CMYK) of #6fb47e color hex is 0.38, 0.00, 0.30, 0.29. Web safe color of #6fb47e is #66cc66. Color #6fb47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110100 01111110
Octal 157 264 176
Decimal 111 180 126
Hex 6F B4 7E

RGB Percentages of Color #6fb47e

%26.62
%43.17
%30.22

CMYK Percentages of Color #6fb47e

%38
%0
%30
%29

Triadic Colors of #6fb47e

#6fb47e #7e6fb4 #b47e6f

Analogous Colors of #6fb47e

#6fb47e #6fb4a1 #83b46f

Monochromatic Colors of #6fb47e

#6fb47e

Complementary Color

#6fb47e #b46fa5

#6fb47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb47e Color CSS Codes

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

#6fb47e Text Font Color

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

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


#6fb47e Background Color

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

This div background color is #6fb47e


#6fb47e Border Color

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

This div border color is #6fb47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb47e


Comments

No comments written yet.

Please login to write comment.