Color Hex Logo

#6aaded Color Hex

#6AADED
(106,173,237)
0 Favorites   0 Comments

Color spaces of #6aaded

RGB 106173237
HSL0.580.780.67
HSV209°55°93°
CMYK 0.550.270.00   0.07
XYZ36.173539.065785.7547
Yxy39.06570.22470.2427
Hunter Lab62.5026-6.0722-37.5952
CIE-Lab68.7988-3.1685-38.4933

#6aaded color RGB value is (106,173,237).

#6aaded hex color red value is 106, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6aaded hue: 0.58 , saturation: 0.78 and the lightness value of 6aaded is 0.67.

The process color (four color CMYK) of #6aaded color hex is 0.55, 0.27, 0.00, 0.07. Web safe color of #6aaded is #6699ff. Color #6aaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 11101101
Octal 152 255 355
Decimal 106 173 237
Hex 6A AD ED

RGB Percentages of Color #6aaded

%20.54
%33.53
%45.93

CMYK Percentages of Color #6aaded

%55
%27
%0
%7

Triadic Colors of #6aaded

#6aaded #ed6aad #aded6a

Analogous Colors of #6aaded

#6aaded #6a6ced #6aedec

Monochromatic Colors of #6aaded

#6aaded

Complementary Color

#6aaded #edaa6a

#6aaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaded Color CSS Codes

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

#6aaded Text Font Color

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

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


#6aaded Background Color

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

This div background color is #6aaded


#6aaded Border Color

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

This div border color is #6aaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaded


Comments

No comments written yet.

Please login to write comment.