Color Hex Logo

#6ea6ad Color Hex

#6EA6AD
(110,166,173)
0 Favorites   0 Comments

Color spaces of #6ea6ad

RGB 110166173
HSL0.520.280.55
HSV187°36°68°
CMYK 0.360.040.00   0.32
XYZ27.609533.604644.5663
Yxy33.60460.26100.3177
Hunter Lab57.9695-16.4312-5.0029
CIE-Lab64.6475-16.4797-9.4477

#6ea6ad color RGB value is (110,166,173).

#6ea6ad hex color red value is 110, green value is 166 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6ea6ad hue: 0.52 , saturation: 0.28 and the lightness value of 6ea6ad is 0.55.

The process color (four color CMYK) of #6ea6ad color hex is 0.36, 0.04, 0.00, 0.32. Web safe color of #6ea6ad is #669999. Color #6ea6ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100110 10101101
Octal 156 246 255
Decimal 110 166 173
Hex 6E A6 AD

RGB Percentages of Color #6ea6ad

%24.50
%36.97
%38.53

CMYK Percentages of Color #6ea6ad

%36
%4
%0
%32

Triadic Colors of #6ea6ad

#6ea6ad #ad6ea6 #a6ad6e

Analogous Colors of #6ea6ad

#6ea6ad #6e87ad #6ead95

Monochromatic Colors of #6ea6ad

#6ea6ad

Complementary Color

#6ea6ad #ad756e

#6ea6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea6ad Color CSS Codes

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

#6ea6ad Text Font Color

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

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


#6ea6ad Background Color

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

This div background color is #6ea6ad


#6ea6ad Border Color

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

This div border color is #6ea6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea6ad


Comments

No comments written yet.

Please login to write comment.