Color Hex Logo

#6faad4 Color Hex

#6FAAD4
(111,170,212)
0 Favorites   0 Comments

Color spaces of #6faad4

RGB 111170212
HSL0.570.540.63
HSV205°48°83°
CMYK 0.480.200.00   0.17
XYZ32.813936.882467.6769
Yxy36.88240.23890.2685
Hunter Lab60.7309-9.8325-23.5596
CIE-Lab67.1887-7.8122-27.2541

#6faad4 color RGB value is (111,170,212).

#6faad4 hex color red value is 111, green value is 170 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #6faad4 hue: 0.57 , saturation: 0.54 and the lightness value of 6faad4 is 0.63.

The process color (four color CMYK) of #6faad4 color hex is 0.48, 0.20, 0.00, 0.17. Web safe color of #6faad4 is #6699cc. Color #6faad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11010100
Octal 157 252 324
Decimal 111 170 212
Hex 6F AA D4

RGB Percentages of Color #6faad4

%22.52
%34.48
%43.00

CMYK Percentages of Color #6faad4

%48
%20
%0
%17

Triadic Colors of #6faad4

#6faad4 #d46faa #aad46f

Analogous Colors of #6faad4

#6faad4 #6f78d4 #6fd4cc

Monochromatic Colors of #6faad4

#6faad4

Complementary Color

#6faad4 #d4996f

#6faad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faad4 Color CSS Codes

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

#6faad4 Text Font Color

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

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


#6faad4 Background Color

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

This div background color is #6faad4


#6faad4 Border Color

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

This div border color is #6faad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faad4


Comments

No comments written yet.

Please login to write comment.