Color Hex Logo

#6ddcbf Color Hex

#6DDCBF
(109,220,191)
0 Favorites   0 Comments

Color spaces of #6ddcbf

RGB 109220191
HSL0.460.610.65
HSV164°50°86°
CMYK 0.500.000.13   0.14
XYZ41.303858.199258.3468
Yxy58.19920.26170.3687
Hunter Lab76.2884-36.86198.0558
CIE-Lab80.8494-38.73244.5333

#6ddcbf color RGB value is (109,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 10111111
Octal 155 334 277
Decimal 109 220 191
Hex 6D DC BF

RGB Percentages of Color #6ddcbf

%20.96
%42.31
%36.73

CMYK Percentages of Color #6ddcbf

%50
%0
%13
%14

Triadic Colors of #6ddcbf

#6ddcbf #bf6ddc #dcbf6d

Analogous Colors of #6ddcbf

#6ddcbf #6dc2dc #6ddc88

Monochromatic Colors of #6ddcbf

#6ddcbf

Complementary Color

#6ddcbf #dc6d8a

#6ddcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddcbf Color CSS Codes

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

#6ddcbf Text Font Color

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

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


#6ddcbf Background Color

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

This div background color is #6ddcbf


#6ddcbf Border Color

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

This div border color is #6ddcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddcbf


Comments

No comments written yet.

Please login to write comment.