Color Hex Logo

#6dcfdd Color Hex

#6DCFDD
(109,207,221)
0 Favorites   0 Comments

Color spaces of #6dcfdd

RGB 109207221
HSL0.520.620.65
HSV188°51°87°
CMYK 0.510.060.00   0.13
XYZ41.670653.097376.4591
Yxy53.09730.24340.3101
Hunter Lab72.8679-25.4409-11.2045
CIE-Lab77.9324-25.0413-15.8153

#6dcfdd color RGB value is (109,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11011101
Octal 155 317 335
Decimal 109 207 221
Hex 6D CF DD

RGB Percentages of Color #6dcfdd

%20.30
%38.55
%41.15

CMYK Percentages of Color #6dcfdd

%51
%6
%0
%13

Triadic Colors of #6dcfdd

#6dcfdd #dd6dcf #cfdd6d

Analogous Colors of #6dcfdd

#6dcfdd #6d97dd #6dddb3

Monochromatic Colors of #6dcfdd

#6dcfdd

Complementary Color

#6dcfdd #dd7b6d

#6dcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfdd Color CSS Codes

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

#6dcfdd Text Font Color

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

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


#6dcfdd Background Color

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

This div background color is #6dcfdd


#6dcfdd Border Color

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

This div border color is #6dcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfdd


Comments

No comments written yet.

Please login to write comment.