Color Hex Logo

#6ddbdd Color Hex

#6DDBDD
(109,219,221)
0 Favorites   0 Comments

Color spaces of #6ddbdd

RGB 109219221
HSL0.500.620.65
HSV181°51°87°
CMYK 0.510.010.00   0.13
XYZ44.689359.134777.4654
Yxy59.13470.24650.3262
Hunter Lab76.8991-30.8395-5.8973
CIE-Lab81.3656-30.8803-10.6726

#6ddbdd color RGB value is (109,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011011 11011101
Octal 155 333 335
Decimal 109 219 221
Hex 6D DB DD

RGB Percentages of Color #6ddbdd

%19.85
%39.89
%40.26

CMYK Percentages of Color #6ddbdd

%51
%1
%0
%13

Triadic Colors of #6ddbdd

#6ddbdd #dd6ddb #dbdd6d

Analogous Colors of #6ddbdd

#6ddbdd #6da3dd #6ddda7

Monochromatic Colors of #6ddbdd

#6ddbdd

Complementary Color

#6ddbdd #dd6f6d

#6ddbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddbdd Color CSS Codes

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

#6ddbdd Text Font Color

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

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


#6ddbdd Background Color

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

This div background color is #6ddbdd


#6ddbdd Border Color

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

This div border color is #6ddbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddbdd


Comments

No comments written yet.

Please login to write comment.