Color Hex Logo

#6faade Color Hex

#6FAADE
(111,170,222)
0 Favorites   0 Comments

Color spaces of #6faade

RGB 111170222
HSL0.580.630.65
HSV208°50°87°
CMYK 0.500.230.00   0.13
XYZ34.115137.402974.5287
Yxy37.40290.23360.2561
Hunter Lab61.1579-7.4555-29.4419
CIE-Lab67.5782-4.9147-32.1586

#6faade color RGB value is (111,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11011110
Octal 157 252 336
Decimal 111 170 222
Hex 6F AA DE

RGB Percentages of Color #6faade

%22.07
%33.80
%44.14

CMYK Percentages of Color #6faade

%50
%23
%0
%13

Triadic Colors of #6faade

#6faade #de6faa #aade6f

Analogous Colors of #6faade

#6faade #6f73de #6fdedb

Monochromatic Colors of #6faade

#6faade

Complementary Color

#6faade #dea36f

#6faade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faade Color CSS Codes

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

#6faade Text Font Color

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

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


#6faade Background Color

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

This div background color is #6faade


#6faade Border Color

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

This div border color is #6faade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faade


Comments

No comments written yet.

Please login to write comment.