Color Hex Logo

#6faad2 Color Hex

#6FAAD2
(111,170,210)
0 Favorites   0 Comments

Color spaces of #6faad2

RGB 111170210
HSL0.570.520.63
HSV204°47°82°
CMYK 0.470.190.00   0.18
XYZ32.563136.782166.3562
Yxy36.78210.24000.2711
Hunter Lab60.6482-10.2947-22.4163
CIE-Lab67.1132-8.3828-26.2667

#6faad2 color RGB value is (111,170,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11010010
Octal 157 252 322
Decimal 111 170 210
Hex 6F AA D2

RGB Percentages of Color #6faad2

%22.61
%34.62
%42.77

CMYK Percentages of Color #6faad2

%47
%19
%0
%18

Triadic Colors of #6faad2

#6faad2 #d26faa #aad26f

Analogous Colors of #6faad2

#6faad2 #6f79d2 #6fd2c9

Monochromatic Colors of #6faad2

#6faad2

Complementary Color

#6faad2 #d2976f

#6faad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faad2 Color CSS Codes

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

#6faad2 Text Font Color

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

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


#6faad2 Background Color

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

This div background color is #6faad2


#6faad2 Border Color

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

This div border color is #6faad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faad2


Comments

No comments written yet.

Please login to write comment.