Color Hex Logo

#6ccddc Color Hex

#6CCDDC
(108,205,220)
0 Favorites   0 Comments

Color spaces of #6ccddc

RGB 108205220
HSL0.520.620.64
HSV188°51°86°
CMYK 0.510.070.00   0.14
XYZ40.933952.018175.5932
Yxy52.01810.24290.3086
Hunter Lab72.1236-24.9082-11.6557
CIE-Lab77.2917-24.5312-16.2465

#6ccddc color RGB value is (108,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 11011100
Octal 154 315 334
Decimal 108 205 220
Hex 6C CD DC

RGB Percentages of Color #6ccddc

%20.26
%38.46
%41.28

CMYK Percentages of Color #6ccddc

%51
%7
%0
%14

Triadic Colors of #6ccddc

#6ccddc #dc6ccd #cddc6c

Analogous Colors of #6ccddc

#6ccddc #6c95dc #6cdcb3

Monochromatic Colors of #6ccddc

#6ccddc

Complementary Color

#6ccddc #dc7b6c

#6ccddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccddc Color CSS Codes

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

#6ccddc Text Font Color

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

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


#6ccddc Background Color

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

This div background color is #6ccddc


#6ccddc Border Color

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

This div border color is #6ccddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccddc


Comments

No comments written yet.

Please login to write comment.