Color Hex Logo

#6ddbcb Color Hex

#6DDBCB
(109,219,203)
0 Favorites   0 Comments

Color spaces of #6ddbcb

RGB 109219203
HSL0.480.600.64
HSV171°50°86°
CMYK 0.500.000.07   0.14
XYZ42.417758.226065.5030
Yxy58.22600.25530.3504
Hunter Lab76.3060-34.30912.5181
CIE-Lab80.8643-35.4221-1.8281

#6ddbcb color RGB value is (109,219,203).

#6ddbcb hex color red value is 109, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6ddbcb hue: 0.48 , saturation: 0.60 and the lightness value of 6ddbcb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 11001011
Octal 155 333 313
Decimal 109 219 203
Hex 6D DB CB

RGB Percentages of Color #6ddbcb

%20.53
%41.24
%38.23

CMYK Percentages of Color #6ddbcb

%50
%0
%7
%14

Triadic Colors of #6ddbcb

#6ddbcb #cb6ddb #dbcb6d

Analogous Colors of #6ddbcb

#6ddbcb #6db4db #6ddb94

Monochromatic Colors of #6ddbcb

#6ddbcb

Complementary Color

#6ddbcb #db6d7d

#6ddbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbcb Color CSS Codes

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

#6ddbcb Text Font Color

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

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


#6ddbcb Background Color

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

This div background color is #6ddbcb


#6ddbcb Border Color

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

This div border color is #6ddbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbcb


Comments

No comments written yet.

Please login to write comment.