Color Hex Logo

#6dcadc Color Hex

#6DCADC
(109,202,220)
0 Favorites   0 Comments

Color spaces of #6dcadc

RGB 109202220
HSL0.530.610.65
HSV190°50°86°
CMYK 0.500.080.00   0.14
XYZ40.345550.659675.3620
Yxy50.65960.24250.3045
Hunter Lab71.1756-23.3754-12.9545
CIE-Lab76.4724-22.8176-17.4783

#6dcadc color RGB value is (109,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001010 11011100
Octal 155 312 334
Decimal 109 202 220
Hex 6D CA DC

RGB Percentages of Color #6dcadc

%20.53
%38.04
%41.43

CMYK Percentages of Color #6dcadc

%50
%8
%0
%14

Triadic Colors of #6dcadc

#6dcadc #dc6dca #cadc6d

Analogous Colors of #6dcadc

#6dcadc #6d93dc #6ddcb7

Monochromatic Colors of #6dcadc

#6dcadc

Complementary Color

#6dcadc #dc7f6d

#6dcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcadc Color CSS Codes

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

#6dcadc Text Font Color

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

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


#6dcadc Background Color

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

This div background color is #6dcadc


#6dcadc Border Color

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

This div border color is #6dcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcadc


Comments

No comments written yet.

Please login to write comment.