Color Hex Logo

#6fdbac Color Hex

#6FDBAC
(111,219,172)
0 Favorites   0 Comments

Color spaces of #6fdbac

RGB 111219172
HSL0.430.600.65
HSV154°49°86°
CMYK 0.490.000.21   0.14
XYZ39.333557.021147.9628
Yxy57.02110.27250.3951
Hunter Lab75.5123-39.168015.1997
CIE-Lab80.1915-42.016813.6718

#6fdbac color RGB value is (111,219,172).

#6fdbac hex color red value is 111, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6fdbac hue: 0.43 , saturation: 0.60 and the lightness value of 6fdbac is 0.65.

The process color (four color CMYK) of #6fdbac color hex is 0.49, 0.00, 0.21, 0.14. Web safe color of #6fdbac is #66cc99. Color #6fdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011011 10101100
Octal 157 333 254
Decimal 111 219 172
Hex 6F DB AC

RGB Percentages of Color #6fdbac

%22.11
%43.63
%34.26

CMYK Percentages of Color #6fdbac

%49
%0
%21
%14

Triadic Colors of #6fdbac

#6fdbac #ac6fdb #dbac6f

Analogous Colors of #6fdbac

#6fdbac #6fd4db #6fdb76

Monochromatic Colors of #6fdbac

#6fdbac

Complementary Color

#6fdbac #db6f9e

#6fdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdbac Color CSS Codes

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

#6fdbac Text Font Color

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

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


#6fdbac Background Color

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

This div background color is #6fdbac


#6fdbac Border Color

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

This div border color is #6fdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdbac


Comments

No comments written yet.

Please login to write comment.