Color Hex Logo

#6fddac Color Hex

#6FDDAC
(111,221,172)
0 Favorites   0 Comments

Color spaces of #6fddac

RGB 111221172
HSL0.430.620.65
HSV153°50°87°
CMYK 0.500.000.22   0.13
XYZ39.858458.071048.1378
Yxy58.07100.27290.3976
Hunter Lab76.2043-39.993815.8899
CIE-Lab80.7782-42.895914.4987

#6fddac color RGB value is (111,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10101100
Octal 157 335 254
Decimal 111 221 172
Hex 6F DD AC

RGB Percentages of Color #6fddac

%22.02
%43.85
%34.13

CMYK Percentages of Color #6fddac

%50
%0
%22
%13

Triadic Colors of #6fddac

#6fddac #ac6fdd #ddac6f

Analogous Colors of #6fddac

#6fddac #6fd7dd #6fdd75

Monochromatic Colors of #6fddac

#6fddac

Complementary Color

#6fddac #dd6fa0

#6fddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddac Color CSS Codes

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

#6fddac Text Font Color

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

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


#6fddac Background Color

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

This div background color is #6fddac


#6fddac Border Color

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

This div border color is #6fddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddac


Comments

No comments written yet.

Please login to write comment.