Color Hex Logo

#6ddbac Color Hex

#6DDBAC
(109,219,172)
0 Favorites   0 Comments

Color spaces of #6ddbac

RGB 109219172
HSL0.430.600.64
HSV154°50°86°
CMYK 0.500.000.21   0.14
XYZ39.084656.892847.9512
Yxy56.89280.27160.3953
Hunter Lab75.4273-39.503415.1069
CIE-Lab80.1193-42.493113.5596

#6ddbac color RGB value is (109,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 10101100
Octal 155 333 254
Decimal 109 219 172
Hex 6D DB AC

RGB Percentages of Color #6ddbac

%21.80
%43.80
%34.40

CMYK Percentages of Color #6ddbac

%50
%0
%21
%14

Triadic Colors of #6ddbac

#6ddbac #ac6ddb #dbac6d

Analogous Colors of #6ddbac

#6ddbac #6dd3db #6ddb75

Monochromatic Colors of #6ddbac

#6ddbac

Complementary Color

#6ddbac #db6d9c

#6ddbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbac Color CSS Codes

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

#6ddbac Text Font Color

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

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


#6ddbac Background Color

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

This div background color is #6ddbac


#6ddbac Border Color

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

This div border color is #6ddbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbac


Comments

No comments written yet.

Please login to write comment.