Color Hex Logo

#6fddaf Color Hex

#6FDDAF
(111,221,175)
0 Favorites   0 Comments

Color spaces of #6fddaf

RGB 111221175
HSL0.430.620.65
HSV155°50°87°
CMYK 0.500.000.21   0.13
XYZ40.149958.187649.6726
Yxy58.18760.27130.3931
Hunter Lab76.2808-39.539114.7880
CIE-Lab80.8430-42.264813.0079

#6fddaf color RGB value is (111,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10101111
Octal 157 335 257
Decimal 111 221 175
Hex 6F DD AF

RGB Percentages of Color #6fddaf

%21.89
%43.59
%34.52

CMYK Percentages of Color #6fddaf

%50
%0
%21
%13

Triadic Colors of #6fddaf

#6fddaf #af6fdd #ddaf6f

Analogous Colors of #6fddaf

#6fddaf #6fd4dd #6fdd78

Monochromatic Colors of #6fddaf

#6fddaf

Complementary Color

#6fddaf #dd6f9d

#6fddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddaf Color CSS Codes

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

#6fddaf Text Font Color

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

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


#6fddaf Background Color

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

This div background color is #6fddaf


#6fddaf Border Color

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

This div border color is #6fddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddaf


Comments

No comments written yet.

Please login to write comment.