Color Hex Logo

#6aaadf Color Hex

#6AAADF
(106,170,223)
0 Favorites   0 Comments

Color spaces of #6aaadf

RGB 106170223
HSL0.580.650.65
HSV207°52°87°
CMYK 0.520.240.00   0.13
XYZ33.637937.141375.2081
Yxy37.14130.23040.2544
Hunter Lab60.9437-8.1282-30.5068
CIE-Lab67.3829-5.7375-33.0293

#6aaadf color RGB value is (106,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11011111
Octal 152 252 337
Decimal 106 170 223
Hex 6A AA DF

RGB Percentages of Color #6aaadf

%21.24
%34.07
%44.69

CMYK Percentages of Color #6aaadf

%52
%24
%0
%13

Triadic Colors of #6aaadf

#6aaadf #df6aaa #aadf6a

Analogous Colors of #6aaadf

#6aaadf #6a70df #6adfda

Monochromatic Colors of #6aaadf

#6aaadf

Complementary Color

#6aaadf #df9f6a

#6aaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaadf Color CSS Codes

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

#6aaadf Text Font Color

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

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


#6aaadf Background Color

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

This div background color is #6aaadf


#6aaadf Border Color

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

This div border color is #6aaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaadf


Comments

No comments written yet.

Please login to write comment.