Color Hex Logo

#6faaca Color Hex

#6FAACA
(111,170,202)
0 Favorites   0 Comments

Color spaces of #6faaca

RGB 111170202
HSL0.560.460.61
HSV201°45°79°
CMYK 0.450.160.00   0.21
XYZ31.590936.393261.2367
Yxy36.39320.24450.2816
Hunter Lab60.3268-12.0980-17.9555
CIE-Lab66.8193-10.6328-22.2955

#6faaca color RGB value is (111,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11001010
Octal 157 252 312
Decimal 111 170 202
Hex 6F AA CA

RGB Percentages of Color #6faaca

%22.98
%35.20
%41.82

CMYK Percentages of Color #6faaca

%45
%16
%0
%21

Triadic Colors of #6faaca

#6faaca #ca6faa #aaca6f

Analogous Colors of #6faaca

#6faaca #6f7dca #6fcabd

Monochromatic Colors of #6faaca

#6faaca

Complementary Color

#6faaca #ca8f6f

#6faaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faaca Color CSS Codes

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

#6faaca Text Font Color

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

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


#6faaca Background Color

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

This div background color is #6faaca


#6faaca Border Color

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

This div border color is #6faaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,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 #6faaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faaca


Comments

No comments written yet.

Please login to write comment.