Color Hex Logo

#6caaca Color Hex

#6CAACA
(108,170,202)
0 Favorites   0 Comments

Color spaces of #6caaca

RGB 108170202
HSL0.560.470.61
HSV200°47°79°
CMYK 0.470.160.00   0.21
XYZ31.219736.201961.2193
Yxy36.20190.24270.2814
Hunter Lab60.1680-12.6748-18.2083
CIE-Lab66.6739-11.3681-22.5305

#6caaca color RGB value is (108,170,202).

#6caaca hex color red value is 108, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6caaca hue: 0.56 , saturation: 0.47 and the lightness value of 6caaca is 0.61.

The process color (four color CMYK) of #6caaca color hex is 0.47, 0.16, 0.00, 0.21. Web safe color of #6caaca is #6699cc. Color #6caaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 11001010
Octal 154 252 312
Decimal 108 170 202
Hex 6C AA CA

RGB Percentages of Color #6caaca

%22.50
%35.42
%42.08

CMYK Percentages of Color #6caaca

%47
%16
%0
%21

Triadic Colors of #6caaca

#6caaca #ca6caa #aaca6c

Analogous Colors of #6caaca

#6caaca #6c7bca #6ccabb

Monochromatic Colors of #6caaca

#6caaca

Complementary Color

#6caaca #ca8c6c

#6caaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caaca Color CSS Codes

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

#6caaca Text Font Color

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

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


#6caaca Background Color

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

This div background color is #6caaca


#6caaca Border Color

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

This div border color is #6caaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caaca


Comments

No comments written yet.

Please login to write comment.