Color Hex Logo

#6eaefe Color Hex

#6EAEFE
(110,174,254)
0 Favorites   0 Comments

Color spaces of #6eaefe

RGB 110174254
HSL0.590.990.71
HSV213°57°100°
CMYK 0.570.310.00   0.00
XYZ39.455940.742999.5505
Yxy40.74290.21950.2267
Hunter Lab63.8302-1.3650-47.7885
CIE-Lab69.99542.3178-45.8465

#6eaefe color RGB value is (110,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11111110
Octal 156 256 376
Decimal 110 174 254
Hex 6E AE FE

RGB Percentages of Color #6eaefe

%20.45
%32.34
%47.21

CMYK Percentages of Color #6eaefe

%57
%31
%0
%0

Triadic Colors of #6eaefe

#6eaefe #fe6eae #aefe6e

Analogous Colors of #6eaefe

#6eaefe #766efe #6ef6fe

Monochromatic Colors of #6eaefe

#6eaefe

Complementary Color

#6eaefe #febe6e

#6eaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaefe Color CSS Codes

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

#6eaefe Text Font Color

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

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


#6eaefe Background Color

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

This div background color is #6eaefe


#6eaefe Border Color

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

This div border color is #6eaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaefe


Comments

No comments written yet.

Please login to write comment.