Color Hex Logo

#6eabea Color Hex

#6EABEA
(110,171,234)
0 Favorites   0 Comments

Color spaces of #6eabea

RGB 110171234
HSL0.580.750.67
HSV210°53°92°
CMYK 0.530.270.00   0.08
XYZ35.844638.381383.3610
Yxy38.38130.22750.2436
Hunter Lab61.9526-5.1405-36.4114
CIE-Lab68.3007-2.1229-37.6174

#6eabea color RGB value is (110,171,234).

#6eabea hex color red value is 110, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6eabea hue: 0.58 , saturation: 0.75 and the lightness value of 6eabea is 0.67.

The process color (four color CMYK) of #6eabea color hex is 0.53, 0.27, 0.00, 0.08. Web safe color of #6eabea is #6699ff. Color #6eabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101011 11101010
Octal 156 253 352
Decimal 110 171 234
Hex 6E AB EA

RGB Percentages of Color #6eabea

%21.36
%33.20
%45.44

CMYK Percentages of Color #6eabea

%53
%27
%0
%8

Triadic Colors of #6eabea

#6eabea #ea6eab #abea6e

Analogous Colors of #6eabea

#6eabea #6f6eea #6ee9ea

Monochromatic Colors of #6eabea

#6eabea

Complementary Color

#6eabea #eaad6e

#6eabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eabea Color CSS Codes

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

#6eabea Text Font Color

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

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


#6eabea Background Color

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

This div background color is #6eabea


#6eabea Border Color

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

This div border color is #6eabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eabea


Comments

No comments written yet.

Please login to write comment.