Color Hex Logo

#6eabff Color Hex

#6EABFF
(110,171,255)
0 Favorites   0 Comments

Color spaces of #6eabff

RGB 110171255
HSL0.601.000.72
HSV215°57°100°
CMYK 0.570.330.00   0.00
XYZ39.043339.6608100.2052
Yxy39.66080.21820.2217
Hunter Lab62.97680.4540-50.2552
CIE-Lab69.22734.3242-47.5955

#6eabff color RGB value is (110,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 11111111
Octal 156 253 377
Decimal 110 171 255
Hex 6E AB FF

RGB Percentages of Color #6eabff

%20.52
%31.90
%47.57

CMYK Percentages of Color #6eabff

%57
%33
%0
%0

Triadic Colors of #6eabff

#6eabff #ff6eab #abff6e

Analogous Colors of #6eabff

#6eabff #7a6eff #6ef4ff

Monochromatic Colors of #6eabff

#6eabff

Complementary Color

#6eabff #ffc26e

#6eabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabff Color CSS Codes

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

#6eabff Text Font Color

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

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


#6eabff Background Color

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

This div background color is #6eabff


#6eabff Border Color

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

This div border color is #6eabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabff


Comments

No comments written yet.

Please login to write comment.