Color Hex Logo

#6fb27b Color Hex

#6FB27B
(111,178,123)
0 Favorites   0 Comments

Color spaces of #6fb27b

RGB 111178123
HSL0.360.300.57
HSV131°38°70°
CMYK 0.380.000.31   0.30
XYZ26.051136.650424.4401
Yxy36.65040.29900.4206
Hunter Lab60.5396-29.133018.4421
CIE-Lab67.0139-33.031221.5804

#6fb27b color RGB value is (111,178,123).

#6fb27b hex color red value is 111, green value is 178 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #6fb27b hue: 0.36 , saturation: 0.30 and the lightness value of 6fb27b is 0.57.

The process color (four color CMYK) of #6fb27b color hex is 0.38, 0.00, 0.31, 0.30. Web safe color of #6fb27b is #669966. Color #6fb27b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110010 01111011
Octal 157 262 173
Decimal 111 178 123
Hex 6F B2 7B

RGB Percentages of Color #6fb27b

%26.94
%43.20
%29.85

CMYK Percentages of Color #6fb27b

%38
%0
%31
%30

Triadic Colors of #6fb27b

#6fb27b #7b6fb2 #b27b6f

Analogous Colors of #6fb27b

#6fb27b #6fb29d #85b26f

Monochromatic Colors of #6fb27b

#6fb27b

Complementary Color

#6fb27b #b26fa6

#6fb27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb27b Color CSS Codes

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

#6fb27b Text Font Color

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

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


#6fb27b Background Color

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

This div background color is #6fb27b


#6fb27b Border Color

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

This div border color is #6fb27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb27b


Comments

No comments written yet.

Please login to write comment.