Color Hex Logo

#6aaeec Color Hex

#6AAEEC
(106,174,236)
0 Favorites   0 Comments

Color spaces of #6aaeec

RGB 106174236
HSL0.580.770.67
HSV209°55°93°
CMYK 0.550.260.00   0.07
XYZ36.220239.392485.0514
Yxy39.39240.22540.2452
Hunter Lab62.7634-6.8251-36.4102
CIE-Lab69.0346-4.0287-37.5806

#6aaeec color RGB value is (106,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11101100
Octal 152 256 354
Decimal 106 174 236
Hex 6A AE EC

RGB Percentages of Color #6aaeec

%20.54
%33.72
%45.74

CMYK Percentages of Color #6aaeec

%55
%26
%0
%7

Triadic Colors of #6aaeec

#6aaeec #ec6aae #aeec6a

Analogous Colors of #6aaeec

#6aaeec #6a6dec #6aece9

Monochromatic Colors of #6aaeec

#6aaeec

Complementary Color

#6aaeec #eca86a

#6aaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaeec Color CSS Codes

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

#6aaeec Text Font Color

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

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


#6aaeec Background Color

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

This div background color is #6aaeec


#6aaeec Border Color

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

This div border color is #6aaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaeec


Comments

No comments written yet.

Please login to write comment.