Color Hex Logo

#6ebaaf Color Hex

#6EBAAF
(110,186,175)
0 Favorites   0 Comments

Color spaces of #6ebaaf

RGB 110186175
HSL0.480.360.58
HSV171°41°73°
CMYK 0.410.000.06   0.27
XYZ31.727241.528046.9009
Yxy41.52800.26400.3456
Hunter Lab64.4422-24.89201.9584
CIE-Lab70.5443-26.1914-1.8298

#6ebaaf color RGB value is (110,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10101111
Octal 156 272 257
Decimal 110 186 175
Hex 6E BA AF

RGB Percentages of Color #6ebaaf

%23.35
%39.49
%37.15

CMYK Percentages of Color #6ebaaf

%41
%0
%6
%27

Triadic Colors of #6ebaaf

#6ebaaf #af6eba #baaf6e

Analogous Colors of #6ebaaf

#6ebaaf #6e9fba #6eba89

Monochromatic Colors of #6ebaaf

#6ebaaf

Complementary Color

#6ebaaf #ba6e79

#6ebaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebaaf Color CSS Codes

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

#6ebaaf Text Font Color

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

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


#6ebaaf Background Color

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

This div background color is #6ebaaf


#6ebaaf Border Color

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

This div border color is #6ebaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebaaf


Comments

No comments written yet.

Please login to write comment.