Color Hex Logo

#6aabec Color Hex

#6AABEC
(106,171,236)
0 Favorites   0 Comments

Color spaces of #6aabec

RGB 106171236
HSL0.580.770.67
HSV210°55°93°
CMYK 0.550.280.00   0.07
XYZ35.647138.246184.8603
Yxy38.24610.22450.2409
Hunter Lab61.8434-5.3370-38.0661
CIE-Lab68.2016-2.3605-38.8786

#6aabec color RGB value is (106,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11101100
Octal 152 253 354
Decimal 106 171 236
Hex 6A AB EC

RGB Percentages of Color #6aabec

%20.66
%33.33
%46.00

CMYK Percentages of Color #6aabec

%55
%28
%0
%7

Triadic Colors of #6aabec

#6aabec #ec6aab #abec6a

Analogous Colors of #6aabec

#6aabec #6a6aec #6aecec

Monochromatic Colors of #6aabec

#6aabec

Complementary Color

#6aabec #ecab6a

#6aabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabec Color CSS Codes

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

#6aabec Text Font Color

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

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


#6aabec Background Color

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

This div background color is #6aabec


#6aabec Border Color

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

This div border color is #6aabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabec


Comments

No comments written yet.

Please login to write comment.