Color Hex Logo

#6aaefd Color Hex

#6AAEFD
(106,174,253)
0 Favorites   0 Comments

Color spaces of #6aaefd

RGB 106174253
HSL0.590.970.70
HSV212°58°99°
CMYK 0.580.310.00   0.01
XYZ38.809540.428198.6864
Yxy40.42810.21810.2272
Hunter Lab63.5831-2.3186-47.5150
CIE-Lab69.77341.2268-45.6660

#6aaefd color RGB value is (106,174,253).

#6aaefd hex color red value is 106, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6aaefd hue: 0.59 , saturation: 0.97 and the lightness value of 6aaefd is 0.70.

The process color (four color CMYK) of #6aaefd color hex is 0.58, 0.31, 0.00, 0.01. Web safe color of #6aaefd is #6699ff. Color #6aaefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11111101
Octal 152 256 375
Decimal 106 174 253
Hex 6A AE FD

RGB Percentages of Color #6aaefd

%19.89
%32.65
%47.47

CMYK Percentages of Color #6aaefd

%58
%31
%0
%1

Triadic Colors of #6aaefd

#6aaefd #fd6aae #aefd6a

Analogous Colors of #6aaefd

#6aaefd #706afd #6af8fd

Monochromatic Colors of #6aaefd

#6aaefd

Complementary Color

#6aaefd #fdb96a

#6aaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaefd Color CSS Codes

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

#6aaefd Text Font Color

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

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


#6aaefd Background Color

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

This div background color is #6aaefd


#6aaefd Border Color

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

This div border color is #6aaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaefd


Comments

No comments written yet.

Please login to write comment.