Color Hex Logo

#6eadae Color Hex

#6EADAE
(110,173,174)
0 Favorites   0 Comments

Color spaces of #6eadae

RGB 110173174
HSL0.500.280.56
HSV181°37°68°
CMYK 0.370.010.00   0.32
XYZ29.014036.258145.5137
Yxy36.25810.26190.3273
Hunter Lab60.2147-19.3668-2.6645
CIE-Lab66.7167-19.8761-6.9251

#6eadae color RGB value is (110,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 10101110
Octal 156 255 256
Decimal 110 173 174
Hex 6E AD AE

RGB Percentages of Color #6eadae

%24.07
%37.86
%38.07

CMYK Percentages of Color #6eadae

%37
%1
%0
%32

Triadic Colors of #6eadae

#6eadae #ae6ead #adae6e

Analogous Colors of #6eadae

#6eadae #6e8dae #6eae8f

Monochromatic Colors of #6eadae

#6eadae

Complementary Color

#6eadae #ae6f6e

#6eadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadae Color CSS Codes

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

#6eadae Text Font Color

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

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


#6eadae Background Color

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

This div background color is #6eadae


#6eadae Border Color

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

This div border color is #6eadae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,173,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 #6eadae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadae


Comments

No comments written yet.

Please login to write comment.