Color Hex Logo

#6cacbd Color Hex

#6CACBD
(108,172,189)
0 Favorites   0 Comments

Color spaces of #6cacbd

RGB 108172189
HSL0.530.380.58
HSV193°43°74°
CMYK 0.430.090.00   0.26
XYZ30.122236.367353.5761
Yxy36.36730.25090.3029
Hunter Lab60.3053-16.3744-10.4604
CIE-Lab66.7996-16.0009-15.1365

#6cacbd color RGB value is (108,172,189).

#6cacbd hex color red value is 108, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6cacbd hue: 0.53 , saturation: 0.38 and the lightness value of 6cacbd is 0.58.

The process color (four color CMYK) of #6cacbd color hex is 0.43, 0.09, 0.00, 0.26. Web safe color of #6cacbd is #6699cc. Color #6cacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 10111101
Octal 154 254 275
Decimal 108 172 189
Hex 6C AC BD

RGB Percentages of Color #6cacbd

%23.03
%36.67
%40.30

CMYK Percentages of Color #6cacbd

%43
%9
%0
%26

Triadic Colors of #6cacbd

#6cacbd #bd6cac #acbd6c

Analogous Colors of #6cacbd

#6cacbd #6c84bd #6cbda6

Monochromatic Colors of #6cacbd

#6cacbd

Complementary Color

#6cacbd #bd7d6c

#6cacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacbd Color CSS Codes

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

#6cacbd Text Font Color

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

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


#6cacbd Background Color

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

This div background color is #6cacbd


#6cacbd Border Color

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

This div border color is #6cacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacbd

#6cacbd Color Palettes


Comments

No comments written yet.

Please login to write comment.