Color Hex Logo

#6aafef Color Hex

#6AAFEF
(106,175,239)
0 Favorites   0 Comments

Color spaces of #6aafef

RGB 106175239
HSL0.580.810.68
HSV209°56°94°
CMYK 0.560.270.00   0.06
XYZ36.853839.956187.4313
Yxy39.95610.22440.2433
Hunter Lab63.2108-6.5482-37.7605
CIE-Lab69.4383-3.6672-38.5868

#6aafef color RGB value is (106,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11101111
Octal 152 257 357
Decimal 106 175 239
Hex 6A AF EF

RGB Percentages of Color #6aafef

%20.38
%33.65
%45.96

CMYK Percentages of Color #6aafef

%56
%27
%0
%6

Triadic Colors of #6aafef

#6aafef #ef6aaf #afef6a

Analogous Colors of #6aafef

#6aafef #6a6def #6aefed

Monochromatic Colors of #6aafef

#6aafef

Complementary Color

#6aafef #efaa6a

#6aafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafef Color CSS Codes

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

#6aafef Text Font Color

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

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


#6aafef Background Color

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

This div background color is #6aafef


#6aafef Border Color

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

This div border color is #6aafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafef


Comments

No comments written yet.

Please login to write comment.