Color Hex Logo

#6faddd Color Hex

#6FADDD
(111,173,221)
0 Favorites   0 Comments

Color spaces of #6faddd

RGB 111173221
HSL0.570.620.65
HSV206°50°87°
CMYK 0.500.220.00   0.13
XYZ34.550338.487174.0144
Yxy38.48710.23500.2617
Hunter Lab62.0380-9.1559-27.3094
CIE-Lab68.3781-6.8579-30.3731

#6faddd color RGB value is (111,173,221).

#6faddd hex color red value is 111, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6faddd hue: 0.57 , saturation: 0.62 and the lightness value of 6faddd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101101 11011101
Octal 157 255 335
Decimal 111 173 221
Hex 6F AD DD

RGB Percentages of Color #6faddd

%21.98
%34.26
%43.76

CMYK Percentages of Color #6faddd

%50
%22
%0
%13

Triadic Colors of #6faddd

#6faddd #dd6fad #addd6f

Analogous Colors of #6faddd

#6faddd #6f76dd #6fddd6

Monochromatic Colors of #6faddd

#6faddd

Complementary Color

#6faddd #dd9f6f

#6faddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faddd Color CSS Codes

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

#6faddd Text Font Color

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

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


#6faddd Background Color

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

This div background color is #6faddd


#6faddd Border Color

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

This div border color is #6faddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faddd


Comments

No comments written yet.

Please login to write comment.