Color Hex Logo

#6efabe Color Hex

#6EFABE
(110,250,190)
0 Favorites   0 Comments

Color spaces of #6efabe

RGB 110250190
HSL0.430.930.71
HSV154°56°98°
CMYK 0.560.000.24   0.02
XYZ49.910375.403960.6391
Yxy75.40390.26840.4055
Hunter Lab86.8354-49.365719.3813
CIE-Lab89.5818-51.708417.4891

#6efabe color RGB value is (110,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111010 10111110
Octal 156 372 276
Decimal 110 250 190
Hex 6E FA BE

RGB Percentages of Color #6efabe

%20.00
%45.45
%34.55

CMYK Percentages of Color #6efabe

%56
%0
%24
%2

Triadic Colors of #6efabe

#6efabe #be6efa #fabe6e

Analogous Colors of #6efabe

#6efabe #6ef0fa #6efa78

Monochromatic Colors of #6efabe

#6efabe

Complementary Color

#6efabe #fa6eaa

#6efabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efabe Color CSS Codes

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

#6efabe Text Font Color

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

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


#6efabe Background Color

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

This div background color is #6efabe


#6efabe Border Color

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

This div border color is #6efabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efabe


Comments

No comments written yet.

Please login to write comment.