Color Hex Logo

#6cd3dc Color Hex

#6CD3DC
(108,211,220)
0 Favorites   0 Comments

Color spaces of #6cd3dc

RGB 108211220
HSL0.510.620.64
HSV185°51°86°
CMYK 0.510.040.00   0.14
XYZ42.396954.944076.0808
Yxy54.94400.24450.3168
Hunter Lab74.1242-27.6206-8.9681
CIE-Lab79.0090-27.4877-13.6655

#6cd3dc color RGB value is (108,211,220).

#6cd3dc hex color red value is 108, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6cd3dc hue: 0.51 , saturation: 0.62 and the lightness value of 6cd3dc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11010011 11011100
Octal 154 323 334
Decimal 108 211 220
Hex 6C D3 DC

RGB Percentages of Color #6cd3dc

%20.04
%39.15
%40.82

CMYK Percentages of Color #6cd3dc

%51
%4
%0
%14

Triadic Colors of #6cd3dc

#6cd3dc #dc6cd3 #d3dc6c

Analogous Colors of #6cd3dc

#6cd3dc #6c9bdc #6cdcad

Monochromatic Colors of #6cd3dc

#6cd3dc

Complementary Color

#6cd3dc #dc756c

#6cd3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd3dc Color CSS Codes

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

#6cd3dc Text Font Color

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

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


#6cd3dc Background Color

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

This div background color is #6cd3dc


#6cd3dc Border Color

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

This div border color is #6cd3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd3dc

#6cd3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.