Color Hex Logo

#6caddc Color Hex

#6CADDC
(108,173,220)
0 Favorites   0 Comments

Color spaces of #6caddc

RGB 108173220
HSL0.570.620.64
HSV205°51°86°
CMYK 0.510.210.00   0.14
XYZ34.046238.242673.2973
Yxy38.24260.23390.2627
Hunter Lab61.8406-9.9483-26.9857
CIE-Lab68.1990-7.8301-30.1120

#6caddc color RGB value is (108,173,220).

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

The process color (four color CMYK) of #6caddc color hex is 0.51, 0.21, 0.00, 0.14. Web safe color of #6caddc is #6699cc. Color #6caddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101101 11011100
Octal 154 255 334
Decimal 108 173 220
Hex 6C AD DC

RGB Percentages of Color #6caddc

%21.56
%34.53
%43.91

CMYK Percentages of Color #6caddc

%51
%21
%0
%14

Triadic Colors of #6caddc

#6caddc #dc6cad #addc6c

Analogous Colors of #6caddc

#6caddc #6c75dc #6cdcd3

Monochromatic Colors of #6caddc

#6caddc

Complementary Color

#6caddc #dc9b6c

#6caddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caddc Color CSS Codes

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

#6caddc Text Font Color

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

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


#6caddc Background Color

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

This div background color is #6caddc


#6caddc Border Color

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

This div border color is #6caddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caddc


Comments

No comments written yet.

Please login to write comment.