Color Hex Logo

#6cacb9 Color Hex

#6CACB9
(108,172,185)
0 Favorites   0 Comments

Color spaces of #6cacb9

RGB 108172185
HSL0.530.350.57
HSV190°42°73°
CMYK 0.420.070.00   0.27
XYZ29.693836.196051.3204
Yxy36.19600.25330.3088
Hunter Lab60.1631-17.1859-8.4614
CIE-Lab66.6694-17.0634-13.1133

#6cacb9 color RGB value is (108,172,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 10111001
Octal 154 254 271
Decimal 108 172 185
Hex 6C AC B9

RGB Percentages of Color #6cacb9

%23.23
%36.99
%39.78

CMYK Percentages of Color #6cacb9

%42
%7
%0
%27

Triadic Colors of #6cacb9

#6cacb9 #b96cac #acb96c

Analogous Colors of #6cacb9

#6cacb9 #6c86b9 #6cb9a0

Monochromatic Colors of #6cacb9

#6cacb9

Complementary Color

#6cacb9 #b9796c

#6cacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacb9 Color CSS Codes

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

#6cacb9 Text Font Color

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

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


#6cacb9 Background Color

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

This div background color is #6cacb9


#6cacb9 Border Color

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

This div border color is #6cacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacb9


Comments

No comments written yet.

Please login to write comment.