Color Hex Logo

#6aaadc Color Hex

#6AAADC
(106,170,220)
0 Favorites   0 Comments

Color spaces of #6aaadc

RGB 106170220
HSL0.570.620.64
HSV206°52°86°
CMYK 0.520.230.00   0.14
XYZ33.236936.980973.0964
Yxy36.98090.23190.2580
Hunter Lab60.8119-8.8613-28.6987
CIE-Lab67.2627-6.6304-31.5661

#6aaadc color RGB value is (106,170,220).

#6aaadc hex color red value is 106, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6aaadc hue: 0.57 , saturation: 0.62 and the lightness value of 6aaadc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11011100
Octal 152 252 334
Decimal 106 170 220
Hex 6A AA DC

RGB Percentages of Color #6aaadc

%21.37
%34.27
%44.35

CMYK Percentages of Color #6aaadc

%52
%23
%0
%14

Triadic Colors of #6aaadc

#6aaadc #dc6aaa #aadc6a

Analogous Colors of #6aaadc

#6aaadc #6a71dc #6adcd5

Monochromatic Colors of #6aaadc

#6aaadc

Complementary Color

#6aaadc #dc9c6a

#6aaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaadc Color CSS Codes

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

#6aaadc Text Font Color

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

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


#6aaadc Background Color

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

This div background color is #6aaadc


#6aaadc Border Color

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

This div border color is #6aaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaadc


Comments

No comments written yet.

Please login to write comment.