Color Hex Logo

#6fb288 Color Hex

#6FB288
(111,178,136)
0 Favorites   0 Comments

Color spaces of #6fb288

RGB 111178136
HSL0.400.300.57
HSV142°38°70°
CMYK 0.380.000.24   0.30
XYZ26.919936.997929.0150
Yxy36.99790.28970.3981
Hunter Lab60.8259-27.446014.2958
CIE-Lab67.2755-30.587414.8767

#6fb288 color RGB value is (111,178,136).

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

The process color (four color CMYK) of #6fb288 color hex is 0.38, 0.00, 0.24, 0.30. Web safe color of #6fb288 is #669999. Color #6fb288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110010 10001000
Octal 157 262 210
Decimal 111 178 136
Hex 6F B2 88

RGB Percentages of Color #6fb288

%26.12
%41.88
%32.00

CMYK Percentages of Color #6fb288

%38
%0
%24
%30

Triadic Colors of #6fb288

#6fb288 #886fb2 #b2886f

Analogous Colors of #6fb288

#6fb288 #6fb2aa #78b26f

Monochromatic Colors of #6fb288

#6fb288

Complementary Color

#6fb288 #b26f99

#6fb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb288 Color CSS Codes

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

#6fb288 Text Font Color

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

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


#6fb288 Background Color

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

This div background color is #6fb288


#6fb288 Border Color

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

This div border color is #6fb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb288


Comments

No comments written yet.

Please login to write comment.