Color Hex Logo

#6aaade Color Hex

#6AAADE
(106,170,222)
0 Favorites   0 Comments

Color spaces of #6aaade

RGB 106170222
HSL0.570.640.64
HSV207°52°87°
CMYK 0.520.230.00   0.13
XYZ33.503437.087574.5000
Yxy37.08750.23090.2556
Hunter Lab60.8995-8.3737-29.9014
CIE-Lab67.3426-6.0359-32.5421

#6aaade color RGB value is (106,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11011110
Octal 152 252 336
Decimal 106 170 222
Hex 6A AA DE

RGB Percentages of Color #6aaade

%21.29
%34.14
%44.58

CMYK Percentages of Color #6aaade

%52
%23
%0
%13

Triadic Colors of #6aaade

#6aaade #de6aaa #aade6a

Analogous Colors of #6aaade

#6aaade #6a70de #6aded8

Monochromatic Colors of #6aaade

#6aaade

Complementary Color

#6aaade #de9e6a

#6aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaade Color CSS Codes

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

#6aaade Text Font Color

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

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


#6aaade Background Color

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

This div background color is #6aaade


#6aaade Border Color

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

This div border color is #6aaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,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 #6aaade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaade


Comments

No comments written yet.

Please login to write comment.