Color Hex Logo

#6ddcdd Color Hex

#6DDCDD
(109,220,221)
0 Favorites   0 Comments

Color spaces of #6ddcdd

RGB 109220221
HSL0.500.620.65
HSV181°51°87°
CMYK 0.510.000.00   0.13
XYZ44.951059.658177.5526
Yxy59.65810.24680.3275
Hunter Lab77.2387-31.2850-5.4639
CIE-Lab81.6520-31.3574-10.2457

#6ddcdd color RGB value is (109,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011100 11011101
Octal 155 334 335
Decimal 109 220 221
Hex 6D DC DD

RGB Percentages of Color #6ddcdd

%19.82
%40.00
%40.18

CMYK Percentages of Color #6ddcdd

%51
%0
%0
%13

Triadic Colors of #6ddcdd

#6ddcdd #dd6ddc #dcdd6d

Analogous Colors of #6ddcdd

#6ddcdd #6da4dd #6ddda6

Monochromatic Colors of #6ddcdd

#6ddcdd

Complementary Color

#6ddcdd #dd6e6d

#6ddcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddcdd Color CSS Codes

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

#6ddcdd Text Font Color

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

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


#6ddcdd Background Color

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

This div background color is #6ddcdd


#6ddcdd Border Color

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

This div border color is #6ddcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddcdd


Comments

No comments written yet.

Please login to write comment.