Color Hex Logo

#6ddccb Color Hex

#6DDCCB
(109,220,203)
0 Favorites   0 Comments

Color spaces of #6ddccb

RGB 109220203
HSL0.470.610.65
HSV171°50°86°
CMYK 0.500.000.08   0.14
XYZ42.679458.749465.5902
Yxy58.74940.25550.3518
Hunter Lab76.6482-34.74152.9174
CIE-Lab81.1537-35.8852-1.4041

#6ddccb color RGB value is (109,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 11001011
Octal 155 334 313
Decimal 109 220 203
Hex 6D DC CB

RGB Percentages of Color #6ddccb

%20.49
%41.35
%38.16

CMYK Percentages of Color #6ddccb

%50
%0
%8
%14

Triadic Colors of #6ddccb

#6ddccb #cb6ddc #dccb6d

Analogous Colors of #6ddccb

#6ddccb #6db6dc #6ddc94

Monochromatic Colors of #6ddccb

#6ddccb

Complementary Color

#6ddccb #dc6d7e

#6ddccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddccb Color CSS Codes

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

#6ddccb Text Font Color

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

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


#6ddccb Background Color

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

This div background color is #6ddccb


#6ddccb Border Color

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

This div border color is #6ddccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddccb


Comments

No comments written yet.

Please login to write comment.