Color Hex Logo

#6cacde Color Hex

#6CACDE
(108,172,222)
0 Favorites   0 Comments

Color spaces of #6cacde

RGB 108172222
HSL0.570.630.65
HSV206°51°87°
CMYK 0.510.230.00   0.13
XYZ34.121737.967174.6372
Yxy37.96710.23260.2588
Hunter Lab61.6174-8.9832-28.6857
CIE-Lab67.9964-6.6942-31.5231

#6cacde color RGB value is (108,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 11011110
Octal 154 254 336
Decimal 108 172 222
Hex 6C AC DE

RGB Percentages of Color #6cacde

%21.51
%34.26
%44.22

CMYK Percentages of Color #6cacde

%51
%23
%0
%13

Triadic Colors of #6cacde

#6cacde #de6cac #acde6c

Analogous Colors of #6cacde

#6cacde #6c73de #6cded7

Monochromatic Colors of #6cacde

#6cacde

Complementary Color

#6cacde #de9e6c

#6cacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacde Color CSS Codes

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

#6cacde Text Font Color

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

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


#6cacde Background Color

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

This div background color is #6cacde


#6cacde Border Color

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

This div border color is #6cacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacde


Comments

No comments written yet.

Please login to write comment.