Color Hex Logo

#6eaceb Color Hex

#6EACEB
(110,172,235)
0 Favorites   0 Comments

Color spaces of #6eaceb

RGB 110172235
HSL0.580.760.68
HSV210°53°92°
CMYK 0.530.270.00   0.08
XYZ36.178338.818284.1831
Yxy38.81820.22730.2439
Hunter Lab62.3043-5.3826-36.4974
CIE-Lab68.6194-2.3789-37.6674

#6eaceb color RGB value is (110,172,235).

#6eaceb hex color red value is 110, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6eaceb hue: 0.58 , saturation: 0.76 and the lightness value of 6eaceb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11101011
Octal 156 254 353
Decimal 110 172 235
Hex 6E AC EB

RGB Percentages of Color #6eaceb

%21.28
%33.27
%45.45

CMYK Percentages of Color #6eaceb

%53
%27
%0
%8

Triadic Colors of #6eaceb

#6eaceb #eb6eac #aceb6e

Analogous Colors of #6eaceb

#6eaceb #6f6eeb #6eebeb

Monochromatic Colors of #6eaceb

#6eaceb

Complementary Color

#6eaceb #ebad6e

#6eaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaceb Color CSS Codes

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

#6eaceb Text Font Color

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

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


#6eaceb Background Color

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

This div background color is #6eaceb


#6eaceb Border Color

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

This div border color is #6eaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaceb


Comments

No comments written yet.

Please login to write comment.