Color Hex Logo

#6eabfe Color Hex

#6EABFE
(110,171,254)
0 Favorites   0 Comments

Color spaces of #6eabfe

RGB 110171254
HSL0.600.990.71
HSV215°57°100°
CMYK 0.570.330.00   0.00
XYZ38.882739.596699.3595
Yxy39.59660.21860.2227
Hunter Lab62.92580.1773-49.5705
CIE-Lab69.18124.0122-47.1260

#6eabfe color RGB value is (110,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 11111110
Octal 156 253 376
Decimal 110 171 254
Hex 6E AB FE

RGB Percentages of Color #6eabfe

%20.56
%31.96
%47.48

CMYK Percentages of Color #6eabfe

%57
%33
%0
%0

Triadic Colors of #6eabfe

#6eabfe #fe6eab #abfe6e

Analogous Colors of #6eabfe

#6eabfe #796efe #6ef3fe

Monochromatic Colors of #6eabfe

#6eabfe

Complementary Color

#6eabfe #fec16e

#6eabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabfe Color CSS Codes

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

#6eabfe Text Font Color

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

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


#6eabfe Background Color

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

This div background color is #6eabfe


#6eabfe Border Color

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

This div border color is #6eabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.