Color Hex Logo

#6fdbaa Color Hex

#6FDBAA
(111,219,170)
0 Favorites   0 Comments

Color spaces of #6fdbaa

RGB 111219170
HSL0.420.600.65
HSV153°49°86°
CMYK 0.490.000.22   0.14
XYZ39.142856.944846.9586
Yxy56.94480.27360.3981
Hunter Lab75.4618-39.468315.9281
CIE-Lab80.1485-42.434914.6673

#6fdbaa color RGB value is (111,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011011 10101010
Octal 157 333 252
Decimal 111 219 170
Hex 6F DB AA

RGB Percentages of Color #6fdbaa

%22.20
%43.80
%34.00

CMYK Percentages of Color #6fdbaa

%49
%0
%22
%14

Triadic Colors of #6fdbaa

#6fdbaa #aa6fdb #dbaa6f

Analogous Colors of #6fdbaa

#6fdbaa #6fd6db #6fdb74

Monochromatic Colors of #6fdbaa

#6fdbaa

Complementary Color

#6fdbaa #db6fa0

#6fdbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdbaa Color CSS Codes

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

#6fdbaa Text Font Color

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

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


#6fdbaa Background Color

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

This div background color is #6fdbaa


#6fdbaa Border Color

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

This div border color is #6fdbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdbaa


Comments

No comments written yet.

Please login to write comment.