Color Hex Logo

#6ddeaa Color Hex

#6DDEAA
(109,222,170)
0 Favorites   0 Comments

Color spaces of #6ddeaa

RGB 109222170
HSL0.420.630.65
HSV152°51°87°
CMYK 0.510.000.23   0.13
XYZ39.683658.396047.2102
Yxy58.39600.27310.4019
Hunter Lab76.4173-41.034916.8630
CIE-Lab80.9585-44.220515.7944

#6ddeaa color RGB value is (109,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 10101010
Octal 155 336 252
Decimal 109 222 170
Hex 6D DE AA

RGB Percentages of Color #6ddeaa

%21.76
%44.31
%33.93

CMYK Percentages of Color #6ddeaa

%51
%0
%23
%13

Triadic Colors of #6ddeaa

#6ddeaa #aa6dde #deaa6d

Analogous Colors of #6ddeaa

#6ddeaa #6ddade #6dde72

Monochromatic Colors of #6ddeaa

#6ddeaa

Complementary Color

#6ddeaa #de6da1

#6ddeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddeaa Color CSS Codes

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

#6ddeaa Text Font Color

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

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


#6ddeaa Background Color

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

This div background color is #6ddeaa


#6ddeaa Border Color

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

This div border color is #6ddeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddeaa


Comments

No comments written yet.

Please login to write comment.