Color Hex Logo

#6cacdd Color Hex

#6CACDD
(108,172,221)
0 Favorites   0 Comments

Color spaces of #6cacdd

RGB 108172221
HSL0.570.620.65
HSV206°51°87°
CMYK 0.510.220.00   0.13
XYZ33.988037.913773.9333
Yxy37.91370.23310.2600
Hunter Lab61.5741-9.2253-28.0889
CIE-Lab67.9570-6.9891-31.0349

#6cacdd color RGB value is (108,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 11011101
Octal 154 254 335
Decimal 108 172 221
Hex 6C AC DD

RGB Percentages of Color #6cacdd

%21.56
%34.33
%44.11

CMYK Percentages of Color #6cacdd

%51
%22
%0
%13

Triadic Colors of #6cacdd

#6cacdd #dd6cac #acdd6c

Analogous Colors of #6cacdd

#6cacdd #6c74dd #6cddd6

Monochromatic Colors of #6cacdd

#6cacdd

Complementary Color

#6cacdd #dd9d6c

#6cacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacdd Color CSS Codes

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

#6cacdd Text Font Color

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

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


#6cacdd Background Color

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

This div background color is #6cacdd


#6cacdd Border Color

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

This div border color is #6cacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacdd


Comments

No comments written yet.

Please login to write comment.