Color Hex Logo

#6ddbab Color Hex

#6DDBAB
(109,219,171)
0 Favorites   0 Comments

Color spaces of #6ddbab

RGB 109219171
HSL0.430.600.64
HSV154°50°86°
CMYK 0.500.000.22   0.14
XYZ38.988956.854547.4472
Yxy56.85450.27210.3968
Hunter Lab75.4019-39.654415.4727
CIE-Lab80.0977-42.703914.0574

#6ddbab color RGB value is (109,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 10101011
Octal 155 333 253
Decimal 109 219 171
Hex 6D DB AB

RGB Percentages of Color #6ddbab

%21.84
%43.89
%34.27

CMYK Percentages of Color #6ddbab

%50
%0
%22
%14

Triadic Colors of #6ddbab

#6ddbab #ab6ddb #dbab6d

Analogous Colors of #6ddbab

#6ddbab #6dd4db #6ddb74

Monochromatic Colors of #6ddbab

#6ddbab

Complementary Color

#6ddbab #db6d9d

#6ddbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbab Color CSS Codes

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

#6ddbab Text Font Color

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

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


#6ddbab Background Color

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

This div background color is #6ddbab


#6ddbab Border Color

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

This div border color is #6ddbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbab


Comments

No comments written yet.

Please login to write comment.