Color Hex Logo

#6ebaae Color Hex

#6EBAAE
(110,186,174)
0 Favorites   0 Comments

Color spaces of #6ebaae

RGB 110186174
HSL0.470.360.58
HSV171°41°73°
CMYK 0.410.000.06   0.27
XYZ31.629341.488846.3855
Yxy41.48880.26470.3472
Hunter Lab64.4118-25.06852.3912
CIE-Lab70.5170-26.4312-1.3215

#6ebaae color RGB value is (110,186,174).

#6ebaae hex color red value is 110, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6ebaae hue: 0.47 , saturation: 0.36 and the lightness value of 6ebaae is 0.58.

The process color (four color CMYK) of #6ebaae color hex is 0.41, 0.00, 0.06, 0.27. Web safe color of #6ebaae is #66cc99. Color #6ebaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10101110
Octal 156 272 256
Decimal 110 186 174
Hex 6E BA AE

RGB Percentages of Color #6ebaae

%23.40
%39.57
%37.02

CMYK Percentages of Color #6ebaae

%41
%0
%6
%27

Triadic Colors of #6ebaae

#6ebaae #ae6eba #baae6e

Analogous Colors of #6ebaae

#6ebaae #6ea0ba #6eba88

Monochromatic Colors of #6ebaae

#6ebaae

Complementary Color

#6ebaae #ba6e7a

#6ebaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebaae Color CSS Codes

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

#6ebaae Text Font Color

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

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


#6ebaae Background Color

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

This div background color is #6ebaae


#6ebaae Border Color

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

This div border color is #6ebaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebaae


Comments

No comments written yet.

Please login to write comment.