Color Hex Logo

#6aaefb Color Hex

#6AAEFB
(106,174,251)
0 Favorites   0 Comments

Color spaces of #6aaefb

RGB 106174251
HSL0.590.950.70
HSV212°58°98°
CMYK 0.580.310.00   0.02
XYZ38.492540.301397.0169
Yxy40.30130.21890.2292
Hunter Lab63.4833-2.8640-46.1703
CIE-Lab69.68360.6011-44.7231

#6aaefb color RGB value is (106,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11111011
Octal 152 256 373
Decimal 106 174 251
Hex 6A AE FB

RGB Percentages of Color #6aaefb

%19.96
%32.77
%47.27

CMYK Percentages of Color #6aaefb

%58
%31
%0
%2

Triadic Colors of #6aaefb

#6aaefb #fb6aae #aefb6a

Analogous Colors of #6aaefb

#6aaefb #6f6afb #6af7fb

Monochromatic Colors of #6aaefb

#6aaefb

Complementary Color

#6aaefb #fbb76a

#6aaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaefb Color CSS Codes

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

#6aaefb Text Font Color

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

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


#6aaefb Background Color

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

This div background color is #6aaefb


#6aaefb Border Color

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

This div border color is #6aaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaefb

Related Colors


Comments

No comments written yet.

Please login to write comment.