Color Hex Logo

#6aadee Color Hex

#6AADEE
(106,173,238)
0 Favorites   0 Comments

Color spaces of #6aadee

RGB 106173238
HSL0.580.800.67
HSV210°55°93°
CMYK 0.550.270.00   0.07
XYZ36.320039.124486.5264
Yxy39.12440.22420.2416
Hunter Lab62.5495-5.8138-38.2328
CIE-Lab68.8413-2.8630-38.9725

#6aadee color RGB value is (106,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 11101110
Octal 152 255 356
Decimal 106 173 238
Hex 6A AD EE

RGB Percentages of Color #6aadee

%20.50
%33.46
%46.03

CMYK Percentages of Color #6aadee

%55
%27
%0
%7

Triadic Colors of #6aadee

#6aadee #ee6aad #adee6a

Analogous Colors of #6aadee

#6aadee #6a6bee #6aeeed

Monochromatic Colors of #6aadee

#6aadee

Complementary Color

#6aadee #eeab6a

#6aadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadee Color CSS Codes

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

#6aadee Text Font Color

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

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


#6aadee Background Color

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

This div background color is #6aadee


#6aadee Border Color

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

This div border color is #6aadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadee


Comments

No comments written yet.

Please login to write comment.