Color Hex Logo

#6aacef Color Hex

#6AACEF
(106,172,239)
0 Favorites   0 Comments

Color spaces of #6aacef

RGB 106172239
HSL0.580.810.68
HSV210°56°94°
CMYK 0.560.280.00   0.06
XYZ36.276438.801287.2388
Yxy38.80120.22350.2390
Hunter Lab62.2906-5.0549-39.4330
CIE-Lab68.6070-1.9985-39.8834

#6aacef color RGB value is (106,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101100 11101111
Octal 152 254 357
Decimal 106 172 239
Hex 6A AC EF

RGB Percentages of Color #6aacef

%20.50
%33.27
%46.23

CMYK Percentages of Color #6aacef

%56
%28
%0
%6

Triadic Colors of #6aacef

#6aacef #ef6aac #acef6a

Analogous Colors of #6aacef

#6aacef #6b6aef #6aefef

Monochromatic Colors of #6aacef

#6aacef

Complementary Color

#6aacef #efad6a

#6aacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacef Color CSS Codes

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

#6aacef Text Font Color

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

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


#6aacef Background Color

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

This div background color is #6aacef


#6aacef Border Color

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

This div border color is #6aacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacef


Comments

No comments written yet.

Please login to write comment.