Color Hex Logo

#6fdcaa Color Hex

#6FDCAA
(111,220,170)
0 Favorites   0 Comments

Color spaces of #6fdcaa

RGB 111220170
HSL0.420.610.65
HSV152°50°86°
CMYK 0.500.000.23   0.14
XYZ39.404457.468247.0458
Yxy57.46820.27380.3993
Hunter Lab75.8078-39.880516.2705
CIE-Lab80.4422-42.873915.0802

#6fdcaa color RGB value is (111,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10101010
Octal 157 334 252
Decimal 111 220 170
Hex 6F DC AA

RGB Percentages of Color #6fdcaa

%22.16
%43.91
%33.93

CMYK Percentages of Color #6fdcaa

%50
%0
%23
%14

Triadic Colors of #6fdcaa

#6fdcaa #aa6fdc #dcaa6f

Analogous Colors of #6fdcaa

#6fdcaa #6fd8dc #6fdc74

Monochromatic Colors of #6fdcaa

#6fdcaa

Complementary Color

#6fdcaa #dc6fa1

#6fdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcaa Color CSS Codes

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

#6fdcaa Text Font Color

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

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


#6fdcaa Background Color

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

This div background color is #6fdcaa


#6fdcaa Border Color

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

This div border color is #6fdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcaa


Comments

No comments written yet.

Please login to write comment.