Color Hex Logo

#6dddba Color Hex

#6DDDBA
(109,221,186)
0 Favorites   0 Comments

Color spaces of #6dddba

RGB 109221186
HSL0.450.620.65
HSV161°51°87°
CMYK 0.510.000.16   0.13
XYZ41.026158.509355.5855
Yxy58.50930.26450.3772
Hunter Lab76.4914-38.121510.4585
CIE-Lab81.0211-40.32327.4335

#6dddba color RGB value is (109,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 10111010
Octal 155 335 272
Decimal 109 221 186
Hex 6D DD BA

RGB Percentages of Color #6dddba

%21.12
%42.83
%36.05

CMYK Percentages of Color #6dddba

%51
%0
%16
%13

Triadic Colors of #6dddba

#6dddba #ba6ddd #ddba6d

Analogous Colors of #6dddba

#6dddba #6dc8dd #6ddd82

Monochromatic Colors of #6dddba

#6dddba

Complementary Color

#6dddba #dd6d90

#6dddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddba Color CSS Codes

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

#6dddba Text Font Color

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

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


#6dddba Background Color

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

This div background color is #6dddba


#6dddba Border Color

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

This div border color is #6dddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddba


Comments

No comments written yet.

Please login to write comment.