Color Hex Logo

#6dcad9 Color Hex

#6DCAD9
(109,202,217)
0 Favorites   0 Comments

Color spaces of #6dcad9

RGB 109202217
HSL0.520.590.64
HSV188°50°85°
CMYK 0.500.070.00   0.15
XYZ39.951650.502073.2878
Yxy50.50200.24400.3084
Hunter Lab71.0648-24.0132-11.3994
CIE-Lab76.3764-23.6308-16.0056

#6dcad9 color RGB value is (109,202,217).

#6dcad9 hex color red value is 109, green value is 202 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #6dcad9 hue: 0.52 , saturation: 0.59 and the lightness value of 6dcad9 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11011001
Octal 155 312 331
Decimal 109 202 217
Hex 6D CA D9

RGB Percentages of Color #6dcad9

%20.64
%38.26
%41.10

CMYK Percentages of Color #6dcad9

%50
%7
%0
%15

Triadic Colors of #6dcad9

#6dcad9 #d96dca #cad96d

Analogous Colors of #6dcad9

#6dcad9 #6d94d9 #6dd9b2

Monochromatic Colors of #6dcad9

#6dcad9

Complementary Color

#6dcad9 #d97c6d

#6dcad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcad9 Color CSS Codes

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

#6dcad9 Text Font Color

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

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


#6dcad9 Background Color

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

This div background color is #6dcad9


#6dcad9 Border Color

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

This div border color is #6dcad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcad9


Comments

No comments written yet.

Please login to write comment.