Color Hex Logo

#6eacfe Color Hex

#6EACFE
(110,172,254)
0 Favorites   0 Comments

Color spaces of #6eacfe

RGB 110172254
HSL0.590.990.71
HSV214°57°100°
CMYK 0.570.320.00   0.00
XYZ39.072339.975899.4227
Yxy39.97580.21890.2240
Hunter Lab63.2264-0.3378-48.9742
CIE-Lab69.45233.4462-46.6998

#6eacfe color RGB value is (110,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11111110
Octal 156 254 376
Decimal 110 172 254
Hex 6E AC FE

RGB Percentages of Color #6eacfe

%20.52
%32.09
%47.39

CMYK Percentages of Color #6eacfe

%57
%32
%0
%0

Triadic Colors of #6eacfe

#6eacfe #fe6eac #acfe6e

Analogous Colors of #6eacfe

#6eacfe #786efe #6ef4fe

Monochromatic Colors of #6eacfe

#6eacfe

Complementary Color

#6eacfe #fec06e

#6eacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eacfe Color CSS Codes

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

#6eacfe Text Font Color

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

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


#6eacfe Background Color

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

This div background color is #6eacfe


#6eacfe Border Color

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

This div border color is #6eacfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,172,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 #6eacfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eacfe


Comments

No comments written yet.

Please login to write comment.