Color Hex Logo

#6faac4 Color Hex

#6FAAC4
(111,170,196)
0 Favorites   0 Comments

Color spaces of #6faac4

RGB 111170196
HSL0.550.420.60
HSV198°43°77°
CMYK 0.430.130.00   0.23
XYZ30.894136.114557.5671
Yxy36.11450.24800.2899
Hunter Lab60.0953-13.4027-14.7289
CIE-Lab66.6073-12.2846-19.2952

#6faac4 color RGB value is (111,170,196).

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

The process color (four color CMYK) of #6faac4 color hex is 0.43, 0.13, 0.00, 0.23. Web safe color of #6faac4 is #6699cc. Color #6faac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11000100
Octal 157 252 304
Decimal 111 170 196
Hex 6F AA C4

RGB Percentages of Color #6faac4

%23.27
%35.64
%41.09

CMYK Percentages of Color #6faac4

%43
%13
%0
%23

Triadic Colors of #6faac4

#6faac4 #c46faa #aac46f

Analogous Colors of #6faac4

#6faac4 #6f80c4 #6fc4b4

Monochromatic Colors of #6faac4

#6faac4

Complementary Color

#6faac4 #c4896f

#6faac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faac4 Color CSS Codes

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

#6faac4 Text Font Color

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

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


#6faac4 Background Color

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

This div background color is #6faac4


#6faac4 Border Color

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

This div border color is #6faac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faac4


Comments

No comments written yet.

Please login to write comment.