Color Hex Logo

#6eaefa Color Hex

#6EAEFA
(110,174,250)
0 Favorites   0 Comments

Color spaces of #6eaefa

RGB 110174250
HSL0.590.930.71
HSV213°56°98°
CMYK 0.560.300.00   0.02
XYZ38.821840.489296.2116
Yxy40.48920.22120.2307
Hunter Lab63.6311-2.4504-45.1059
CIE-Lab69.81661.0799-43.9599

#6eaefa color RGB value is (110,174,250).

#6eaefa hex color red value is 110, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6eaefa hue: 0.59 , saturation: 0.93 and the lightness value of 6eaefa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11111010
Octal 156 256 372
Decimal 110 174 250
Hex 6E AE FA

RGB Percentages of Color #6eaefa

%20.60
%32.58
%46.82

CMYK Percentages of Color #6eaefa

%56
%30
%0
%2

Triadic Colors of #6eaefa

#6eaefa #fa6eae #aefa6e

Analogous Colors of #6eaefa

#6eaefa #746efa #6ef4fa

Monochromatic Colors of #6eaefa

#6eaefa

Complementary Color

#6eaefa #faba6e

#6eaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaefa Color CSS Codes

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

#6eaefa Text Font Color

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

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


#6eaefa Background Color

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

This div background color is #6eaefa


#6eaefa Border Color

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

This div border color is #6eaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaefa


Comments

No comments written yet.

Please login to write comment.