Color Hex Logo

#6aadeb Color Hex

#6AADEB
(106,173,235)
0 Favorites   0 Comments

Color spaces of #6aadeb

RGB 106173235
HSL0.580.760.67
HSV209°55°92°
CMYK 0.550.260.00   0.08
XYZ35.882838.949584.2240
Yxy38.94950.22560.2449
Hunter Lab62.4095-6.5869-36.3274
CIE-Lab68.7147-3.7790-37.5329

#6aadeb color RGB value is (106,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 11101011
Octal 152 255 353
Decimal 106 173 235
Hex 6A AD EB

RGB Percentages of Color #6aadeb

%20.62
%33.66
%45.72

CMYK Percentages of Color #6aadeb

%55
%26
%0
%8

Triadic Colors of #6aadeb

#6aadeb #eb6aad #adeb6a

Analogous Colors of #6aadeb

#6aadeb #6a6deb #6aebe9

Monochromatic Colors of #6aadeb

#6aadeb

Complementary Color

#6aadeb #eba86a

#6aadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadeb Color CSS Codes

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

#6aadeb Text Font Color

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

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


#6aadeb Background Color

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

This div background color is #6aadeb


#6aadeb Border Color

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

This div border color is #6aadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadeb


Comments

No comments written yet.

Please login to write comment.