Color Hex Logo

#6cacbb Color Hex

#6CACBB
(108,172,187)
0 Favorites   0 Comments

Color spaces of #6cacbb

RGB 108172187
HSL0.530.370.58
HSV191°42°73°
CMYK 0.420.080.00   0.27
XYZ29.906536.281052.4404
Yxy36.28100.25210.3058
Hunter Lab60.2337-16.7824-9.4552
CIE-Lab66.7341-16.5340-14.1259

#6cacbb color RGB value is (108,172,187).

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

The process color (four color CMYK) of #6cacbb color hex is 0.42, 0.08, 0.00, 0.27. Web safe color of #6cacbb is #6699cc. Color #6cacbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 10111011
Octal 154 254 273
Decimal 108 172 187
Hex 6C AC BB

RGB Percentages of Color #6cacbb

%23.13
%36.83
%40.04

CMYK Percentages of Color #6cacbb

%42
%8
%0
%27

Triadic Colors of #6cacbb

#6cacbb #bb6cac #acbb6c

Analogous Colors of #6cacbb

#6cacbb #6c85bb #6cbba3

Monochromatic Colors of #6cacbb

#6cacbb

Complementary Color

#6cacbb #bb7b6c

#6cacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacbb Color CSS Codes

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

#6cacbb Text Font Color

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

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


#6cacbb Background Color

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

This div background color is #6cacbb


#6cacbb Border Color

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

This div border color is #6cacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacbb


Comments

No comments written yet.

Please login to write comment.