Color Hex Logo

#6eaccf Color Hex

#6EACCF
(110,172,207)
0 Favorites   0 Comments

Color spaces of #6eaccf

RGB 110172207
HSL0.560.500.62
HSV202°47°81°
CMYK 0.470.170.00   0.19
XYZ32.445437.325064.5259
Yxy37.32500.24160.2779
Hunter Lab61.0942-12.1185-19.8544
CIE-Lab67.5201-10.5588-23.9915

#6eaccf color RGB value is (110,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101100 11001111
Octal 156 254 317
Decimal 110 172 207
Hex 6E AC CF

RGB Percentages of Color #6eaccf

%22.49
%35.17
%42.33

CMYK Percentages of Color #6eaccf

%47
%17
%0
%19

Triadic Colors of #6eaccf

#6eaccf #cf6eac #accf6e

Analogous Colors of #6eaccf

#6eaccf #6e7ccf #6ecfc2

Monochromatic Colors of #6eaccf

#6eaccf

Complementary Color

#6eaccf #cf916e

#6eaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaccf Color CSS Codes

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

#6eaccf Text Font Color

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

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


#6eaccf Background Color

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

This div background color is #6eaccf


#6eaccf Border Color

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

This div border color is #6eaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaccf


Comments

No comments written yet.

Please login to write comment.