Color Hex Logo

#6efaaf Color Hex

#6EFAAF
(110,250,175)
0 Favorites   0 Comments

Color spaces of #6efaaf

RGB 110250175
HSL0.410.930.71
HSV148°56°98°
CMYK 0.560.000.30   0.02
XYZ48.353974.781452.4432
Yxy74.78140.27540.4259
Hunter Lab86.4762-51.523724.5772
CIE-Lab89.2905-54.690024.7617

#6efaaf color RGB value is (110,250,175).

#6efaaf hex color red value is 110, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6efaaf hue: 0.41 , saturation: 0.93 and the lightness value of 6efaaf is 0.71.

The process color (four color CMYK) of #6efaaf color hex is 0.56, 0.00, 0.30, 0.02. Web safe color of #6efaaf is #66ff99. Color #6efaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 10101111
Octal 156 372 257
Decimal 110 250 175
Hex 6E FA AF

RGB Percentages of Color #6efaaf

%20.56
%46.73
%32.71

CMYK Percentages of Color #6efaaf

%56
%0
%30
%2

Triadic Colors of #6efaaf

#6efaaf #af6efa #faaf6e

Analogous Colors of #6efaaf

#6efaaf #6efaf5 #73fa6e

Monochromatic Colors of #6efaaf

#6efaaf

Complementary Color

#6efaaf #fa6eb9

#6efaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efaaf Color CSS Codes

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

#6efaaf Text Font Color

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

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


#6efaaf Background Color

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

This div background color is #6efaaf


#6efaaf Border Color

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

This div border color is #6efaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efaaf


Comments

No comments written yet.

Please login to write comment.