Color Hex Logo

#6cadcd Color Hex

#6CADCD
(108,173,205)
0 Favorites   0 Comments

Color spaces of #6cadcd

RGB 108173205
HSL0.550.490.61
HSV200°47°80°
CMYK 0.470.160.00   0.20
XYZ32.147437.483163.2982
Yxy37.48310.24180.2820
Hunter Lab61.2234-13.4137-18.4428
CIE-Lab67.6379-12.1395-22.7162

#6cadcd color RGB value is (108,173,205).

#6cadcd hex color red value is 108, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6cadcd hue: 0.55 , saturation: 0.49 and the lightness value of 6cadcd is 0.61.

The process color (four color CMYK) of #6cadcd color hex is 0.47, 0.16, 0.00, 0.20. Web safe color of #6cadcd is #6699cc. Color #6cadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 11001101
Octal 154 255 315
Decimal 108 173 205
Hex 6C AD CD

RGB Percentages of Color #6cadcd

%22.22
%35.60
%42.18

CMYK Percentages of Color #6cadcd

%47
%16
%0
%20

Triadic Colors of #6cadcd

#6cadcd #cd6cad #adcd6c

Analogous Colors of #6cadcd

#6cadcd #6c7dcd #6ccdbd

Monochromatic Colors of #6cadcd

#6cadcd

Complementary Color

#6cadcd #cd8c6c

#6cadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cadcd Color CSS Codes

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

#6cadcd Text Font Color

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

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


#6cadcd Background Color

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

This div background color is #6cadcd


#6cadcd Border Color

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

This div border color is #6cadcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,173,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cadcd


Comments

No comments written yet.

Please login to write comment.