Color Hex Logo

#6cd0dc Color Hex

#6CD0DC
(108,208,220)
0 Favorites   0 Comments

Color spaces of #6cd0dc

RGB 108208220
HSL0.520.620.64
HSV186°51°86°
CMYK 0.510.050.00   0.14
XYZ41.658553.467275.8347
Yxy53.46720.24370.3127
Hunter Lab73.1213-26.2676-10.3053
CIE-Lab78.1500-26.0161-14.9549

#6cd0dc color RGB value is (108,208,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11010000 11011100
Octal 154 320 334
Decimal 108 208 220
Hex 6C D0 DC

RGB Percentages of Color #6cd0dc

%20.15
%38.81
%41.04

CMYK Percentages of Color #6cd0dc

%51
%5
%0
%14

Triadic Colors of #6cd0dc

#6cd0dc #dc6cd0 #d0dc6c

Analogous Colors of #6cd0dc

#6cd0dc #6c98dc #6cdcb0

Monochromatic Colors of #6cd0dc

#6cd0dc

Complementary Color

#6cd0dc #dc786c

#6cd0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cd0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cd0dc Color CSS Codes

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

#6cd0dc Text Font Color

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

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


#6cd0dc Background Color

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

This div background color is #6cd0dc


#6cd0dc Border Color

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

This div border color is #6cd0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cd0dc

#6cd0dc Color Palettes


Comments

No comments written yet.

Please login to write comment.