Color Hex Logo

#6dddab Color Hex

#6DDDAB
(109,221,171)
0 Favorites   0 Comments

Color spaces of #6dddab

RGB 109221171
HSL0.430.620.65
HSV153°51°87°
CMYK 0.510.000.23   0.13
XYZ39.513857.904447.6221
Yxy57.90440.27240.3992
Hunter Lab76.0949-40.476516.1613
CIE-Lab80.6856-43.578314.8850

#6dddab color RGB value is (109,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 10101011
Octal 155 335 253
Decimal 109 221 171
Hex 6D DD AB

RGB Percentages of Color #6dddab

%21.76
%44.11
%34.13

CMYK Percentages of Color #6dddab

%51
%0
%23
%13

Triadic Colors of #6dddab

#6dddab #ab6ddd #ddab6d

Analogous Colors of #6dddab

#6dddab #6dd7dd #6ddd73

Monochromatic Colors of #6dddab

#6dddab

Complementary Color

#6dddab #dd6d9f

#6dddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddab Color CSS Codes

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

#6dddab Text Font Color

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

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


#6dddab Background Color

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

This div background color is #6dddab


#6dddab Border Color

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

This div border color is #6dddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddab


Comments

No comments written yet.

Please login to write comment.