Color Hex Logo

#6dddbe Color Hex

#6DDDBE
(109,221,190)
0 Favorites   0 Comments

Color spaces of #6dddbe

RGB 109221190
HSL0.450.620.65
HSV163°51°87°
CMYK 0.510.000.14   0.13
XYZ41.457458.681857.8569
Yxy58.68180.26240.3714
Hunter Lab76.6040-37.45458.8427
CIE-Lab81.1164-39.41425.4495

#6dddbe color RGB value is (109,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 10111110
Octal 155 335 276
Decimal 109 221 190
Hex 6D DD BE

RGB Percentages of Color #6dddbe

%20.96
%42.50
%36.54

CMYK Percentages of Color #6dddbe

%51
%0
%14
%13

Triadic Colors of #6dddbe

#6dddbe #be6ddd #ddbe6d

Analogous Colors of #6dddbe

#6dddbe #6dc4dd #6ddd86

Monochromatic Colors of #6dddbe

#6dddbe

Complementary Color

#6dddbe #dd6d8c

#6dddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dddbe Color CSS Codes

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

#6dddbe Text Font Color

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

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


#6dddbe Background Color

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

This div background color is #6dddbe


#6dddbe Border Color

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

This div border color is #6dddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dddbe


Comments

No comments written yet.

Please login to write comment.