Color Hex Logo

#6ddcbe Color Hex

#6DDCBE
(109,220,190)
0 Favorites   0 Comments

Color spaces of #6ddcbe

RGB 109220190
HSL0.450.610.65
HSV164°50°86°
CMYK 0.500.000.14   0.14
XYZ41.194158.155357.7691
Yxy58.15530.26220.3701
Hunter Lab76.2596-37.03188.4677
CIE-Lab80.8251-38.96305.0292

#6ddcbe color RGB value is (109,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 10111110
Octal 155 334 276
Decimal 109 220 190
Hex 6D DC BE

RGB Percentages of Color #6ddcbe

%21.00
%42.39
%36.61

CMYK Percentages of Color #6ddcbe

%50
%0
%14
%14

Triadic Colors of #6ddcbe

#6ddcbe #be6ddc #dcbe6d

Analogous Colors of #6ddcbe

#6ddcbe #6dc3dc #6ddc87

Monochromatic Colors of #6ddcbe

#6ddcbe

Complementary Color

#6ddcbe #dc6d8b

#6ddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddcbe Color CSS Codes

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

#6ddcbe Text Font Color

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

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


#6ddcbe Background Color

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

This div background color is #6ddcbe


#6ddcbe Border Color

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

This div border color is #6ddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddcbe


Comments

No comments written yet.

Please login to write comment.