Color Hex Logo

#6fb488 Color Hex

#6FB488
(111,180,136)
0 Favorites   0 Comments

Color spaces of #6fb488

RGB 111180136
HSL0.390.320.57
HSV142°38°71°
CMYK 0.380.000.24   0.29
XYZ27.320737.799629.1486
Yxy37.79960.28980.4010
Hunter Lab61.4814-28.271714.9273
CIE-Lab67.8727-31.539915.7091

#6fb488 color RGB value is (111,180,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10110100 10001000
Octal 157 264 210
Decimal 111 180 136
Hex 6F B4 88

RGB Percentages of Color #6fb488

%26.00
%42.15
%31.85

CMYK Percentages of Color #6fb488

%38
%0
%24
%29

Triadic Colors of #6fb488

#6fb488 #886fb4 #b4886f

Analogous Colors of #6fb488

#6fb488 #6fb4ab #79b46f

Monochromatic Colors of #6fb488

#6fb488

Complementary Color

#6fb488 #b46f9b

#6fb488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fb488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fb488 Color CSS Codes

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

#6fb488 Text Font Color

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

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


#6fb488 Background Color

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

This div background color is #6fb488


#6fb488 Border Color

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

This div border color is #6fb488


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,180,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 #6fb488">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fb488


Comments

No comments written yet.

Please login to write comment.