Color Hex Logo

#6ddddc Color Hex

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

Color spaces of #6ddddc

RGB 109221220
HSL0.500.620.65
HSV179°51°87°
CMYK 0.510.000.00   0.13
XYZ45.081460.131476.9406
Yxy60.13140.24750.3301
Hunter Lab77.5444-31.9296-4.5472
CIE-Lab81.9096-32.0913-9.3306

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

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

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

Base Numbers

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

RGB Percentages of Color #6ddddc

%19.82
%40.18
%40.00

CMYK Percentages of Color #6ddddc

%51
%0
%0
%13

Triadic Colors of #6ddddc

#6ddddc #dc6ddd #dddc6d

Analogous Colors of #6ddddc

#6ddddc #6da6dd #6ddda4

Monochromatic Colors of #6ddddc

#6ddddc

Complementary Color

#6ddddc #dd6d6e

#6ddddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddddc Color CSS Codes

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

#6ddddc Text Font Color

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

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


#6ddddc Background Color

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

This div background color is #6ddddc


#6ddddc Border Color

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

This div border color is #6ddddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddddc


Comments

No comments written yet.

Please login to write comment.