Color Hex Logo

#6eacce Color Hex

#6EACCE
(110,172,206)
0 Favorites   0 Comments

Color spaces of #6eacce

RGB 110172206
HSL0.560.490.62
HSV201°47°81°
CMYK 0.470.170.00   0.19
XYZ32.323537.276363.8839
Yxy37.27630.24220.2793
Hunter Lab61.0543-12.3432-19.2998
CIE-Lab67.4838-10.8403-23.4952

#6eacce color RGB value is (110,172,206).

#6eacce hex color red value is 110, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6eacce hue: 0.56 , saturation: 0.49 and the lightness value of 6eacce is 0.62.

The process color (four color CMYK) of #6eacce color hex is 0.47, 0.17, 0.00, 0.19. Web safe color of #6eacce is #6699cc. Color #6eacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11001110
Octal 156 254 316
Decimal 110 172 206
Hex 6E AC CE

RGB Percentages of Color #6eacce

%22.54
%35.25
%42.21

CMYK Percentages of Color #6eacce

%47
%17
%0
%19

Triadic Colors of #6eacce

#6eacce #ce6eac #acce6e

Analogous Colors of #6eacce

#6eacce #6e7cce #6ecec0

Monochromatic Colors of #6eacce

#6eacce

Complementary Color

#6eacce #ce906e

#6eacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eacce Color CSS Codes

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

#6eacce Text Font Color

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

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


#6eacce Background Color

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

This div background color is #6eacce


#6eacce Border Color

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

This div border color is #6eacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eacce


Comments

No comments written yet.

Please login to write comment.