Color Hex Logo

#6caac6 Color Hex

#6CAAC6
(108,170,198)
0 Favorites   0 Comments

Color spaces of #6caac6

RGB 108170198
HSL0.550.440.60
HSV199°45°78°
CMYK 0.450.140.00   0.22
XYZ30.752136.014858.7568
Yxy36.01480.24500.2869
Hunter Lab60.0123-13.5529-16.0409
CIE-Lab66.5312-12.4842-20.5329

#6caac6 color RGB value is (108,170,198).

#6caac6 hex color red value is 108, green value is 170 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #6caac6 hue: 0.55 , saturation: 0.44 and the lightness value of 6caac6 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 11000110
Octal 154 252 306
Decimal 108 170 198
Hex 6C AA C6

RGB Percentages of Color #6caac6

%22.69
%35.71
%41.60

CMYK Percentages of Color #6caac6

%45
%14
%0
%22

Triadic Colors of #6caac6

#6caac6 #c66caa #aac66c

Analogous Colors of #6caac6

#6caac6 #6c7dc6 #6cc6b5

Monochromatic Colors of #6caac6

#6caac6

Complementary Color

#6caac6 #c6886c

#6caac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caac6 Color CSS Codes

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

#6caac6 Text Font Color

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

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


#6caac6 Background Color

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

This div background color is #6caac6


#6caac6 Border Color

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

This div border color is #6caac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caac6


Comments

No comments written yet.

Please login to write comment.