Color Hex Logo

#6aafee Color Hex

#6AAFEE
(106,175,238)
0 Favorites   0 Comments

Color spaces of #6aafee

RGB 106175238
HSL0.580.800.67
HSV209°55°93°
CMYK 0.550.260.00   0.07
XYZ36.706439.897286.6552
Yxy39.89720.22480.2444
Hunter Lab63.1642-6.8063-37.1252
CIE-Lab69.3962-3.9729-38.1075

#6aafee color RGB value is (106,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101111 11101110
Octal 152 257 356
Decimal 106 175 238
Hex 6A AF EE

RGB Percentages of Color #6aafee

%20.42
%33.72
%45.86

CMYK Percentages of Color #6aafee

%55
%26
%0
%7

Triadic Colors of #6aafee

#6aafee #ee6aaf #afee6a

Analogous Colors of #6aafee

#6aafee #6a6dee #6aeeeb

Monochromatic Colors of #6aafee

#6aafee

Complementary Color

#6aafee #eea96a

#6aafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aafee Color CSS Codes

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

#6aafee Text Font Color

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

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


#6aafee Background Color

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

This div background color is #6aafee


#6aafee Border Color

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

This div border color is #6aafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aafee


Comments

No comments written yet.

Please login to write comment.