Color Hex Logo

#6ddd9f Color Hex

#6DDD9F
(109,221,159)
0 Favorites   0 Comments

Color spaces of #6ddd9f

RGB 109221159
HSL0.410.620.65
HSV147°51°87°
CMYK 0.510.000.28   0.13
XYZ38.421157.467341.8682
Yxy57.46730.27890.4172
Hunter Lab75.8072-42.194020.3193
CIE-Lab80.4417-45.999020.8430

#6ddd9f color RGB value is (109,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 10011111
Octal 155 335 237
Decimal 109 221 159
Hex 6D DD 9F

RGB Percentages of Color #6ddd9f

%22.29
%45.19
%32.52

CMYK Percentages of Color #6ddd9f

%51
%0
%28
%13

Triadic Colors of #6ddd9f

#6ddd9f #9f6ddd #dd9f6d

Analogous Colors of #6ddd9f

#6ddd9f #6dddd7 #73dd6d

Monochromatic Colors of #6ddd9f

#6ddd9f

Complementary Color

#6ddd9f #dd6dab

#6ddd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddd9f Color CSS Codes

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

#6ddd9f Text Font Color

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

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


#6ddd9f Background Color

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

This div background color is #6ddd9f


#6ddd9f Border Color

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

This div border color is #6ddd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddd9f


Comments

No comments written yet.

Please login to write comment.