Color Hex Logo

#6eaaae Color Hex

#6EAAAE
(110,170,174)
0 Favorites   0 Comments

Color spaces of #6eaaae

RGB 110170174
HSL0.510.280.56
HSV184°37°68°
CMYK 0.370.020.00   0.32
XYZ28.445135.120445.3241
Yxy35.12040.26120.3225
Hunter Lab59.2625-18.0320-3.8614
CIE-Lab65.8423-18.3223-8.2246

#6eaaae color RGB value is (110,170,174).

#6eaaae hex color red value is 110, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6eaaae hue: 0.51 , saturation: 0.28 and the lightness value of 6eaaae is 0.56.

The process color (four color CMYK) of #6eaaae color hex is 0.37, 0.02, 0.00, 0.32. Web safe color of #6eaaae is #669999. Color #6eaaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 10101110
Octal 156 252 256
Decimal 110 170 174
Hex 6E AA AE

RGB Percentages of Color #6eaaae

%24.23
%37.44
%38.33

CMYK Percentages of Color #6eaaae

%37
%2
%0
%32

Triadic Colors of #6eaaae

#6eaaae #ae6eaa #aaae6e

Analogous Colors of #6eaaae

#6eaaae #6e8aae #6eae92

Monochromatic Colors of #6eaaae

#6eaaae

Complementary Color

#6eaaae #ae726e

#6eaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaaae Color CSS Codes

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

#6eaaae Text Font Color

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

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


#6eaaae Background Color

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

This div background color is #6eaaae


#6eaaae Border Color

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

This div border color is #6eaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaaae


Comments

No comments written yet.

Please login to write comment.