Color Hex Logo

#6fdda9 Color Hex

#6FDDA9
(111,221,169)
0 Favorites   0 Comments

Color spaces of #6fdda9

RGB 111221169
HSL0.420.620.65
HSV152°50°87°
CMYK 0.500.000.24   0.13
XYZ39.573457.957046.6372
Yxy57.95700.27450.4020
Hunter Lab76.1295-40.439316.9694
CIE-Lab80.7149-43.516915.9893

#6fdda9 color RGB value is (111,221,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10101001
Octal 157 335 251
Decimal 111 221 169
Hex 6F DD A9

RGB Percentages of Color #6fdda9

%22.16
%44.11
%33.73

CMYK Percentages of Color #6fdda9

%50
%0
%24
%13

Triadic Colors of #6fdda9

#6fdda9 #a96fdd #dda96f

Analogous Colors of #6fdda9

#6fdda9 #6fdadd #6fdd72

Monochromatic Colors of #6fdda9

#6fdda9

Complementary Color

#6fdda9 #dd6fa3

#6fdda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdda9 Color CSS Codes

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

#6fdda9 Text Font Color

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

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


#6fdda9 Background Color

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

This div background color is #6fdda9


#6fdda9 Border Color

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

This div border color is #6fdda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdda9


Comments

No comments written yet.

Please login to write comment.