Color Hex Logo

#6aacec Color Hex

#6AACEC
(106,172,236)
0 Favorites   0 Comments

Color spaces of #6aacec

RGB 106172236
HSL0.580.770.67
HSV210°55°93°
CMYK 0.550.270.00   0.07
XYZ35.836738.625384.9235
Yxy38.62530.22480.2423
Hunter Lab62.1493-5.8340-37.5120
CIE-Lab68.4790-2.9179-38.4461

#6aacec color RGB value is (106,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 11101100
Octal 152 254 354
Decimal 106 172 236
Hex 6A AC EC

RGB Percentages of Color #6aacec

%20.62
%33.46
%45.91

CMYK Percentages of Color #6aacec

%55
%27
%0
%7

Triadic Colors of #6aacec

#6aacec #ec6aac #acec6a

Analogous Colors of #6aacec

#6aacec #6a6bec #6aeceb

Monochromatic Colors of #6aacec

#6aacec

Complementary Color

#6aacec #ecaa6a

#6aacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacec Color CSS Codes

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

#6aacec Text Font Color

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

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


#6aacec Background Color

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

This div background color is #6aacec


#6aacec Border Color

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

This div border color is #6aacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacec


Comments

No comments written yet.

Please login to write comment.