Color Hex Logo

#6ef2ba Color Hex

#6EF2BA
(110,242,186)
0 Favorites   0 Comments

Color spaces of #6ef2ba

RGB 110242186
HSL0.430.840.69
HSV155°55°95°
CMYK 0.550.000.23   0.05
XYZ47.045570.364457.5565
Yxy70.36440.26890.4022
Hunter Lab83.8835-46.685618.0367
CIE-Lab87.1753-49.205816.1767

#6ef2ba color RGB value is (110,242,186).

#6ef2ba hex color red value is 110, green value is 242 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6ef2ba hue: 0.43 , saturation: 0.84 and the lightness value of 6ef2ba is 0.69.

The process color (four color CMYK) of #6ef2ba color hex is 0.55, 0.00, 0.23, 0.05. Web safe color of #6ef2ba is #66ffcc. Color #6ef2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11110010 10111010
Octal 156 362 272
Decimal 110 242 186
Hex 6E F2 BA

RGB Percentages of Color #6ef2ba

%20.45
%44.98
%34.57

CMYK Percentages of Color #6ef2ba

%55
%0
%23
%5

Triadic Colors of #6ef2ba

#6ef2ba #ba6ef2 #f2ba6e

Analogous Colors of #6ef2ba

#6ef2ba #6ee8f2 #6ef278

Monochromatic Colors of #6ef2ba

#6ef2ba

Complementary Color

#6ef2ba #f26ea6

#6ef2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ef2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ef2ba Color CSS Codes

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

#6ef2ba Text Font Color

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

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


#6ef2ba Background Color

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

This div background color is #6ef2ba


#6ef2ba Border Color

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

This div border color is #6ef2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ef2ba


Comments

No comments written yet.

Please login to write comment.