Color Hex Logo

#6eedbe Color Hex

#6EEDBE
(110,237,190)
0 Favorites   0 Comments

Color spaces of #6eedbe

RGB 110237190
HSL0.440.780.68
HSV158°54°93°
CMYK 0.540.000.20   0.07
XYZ46.008967.601159.3386
Yxy67.60110.26600.3909
Hunter Lab82.2199-43.999114.7640
CIE-Lab85.8066-46.232812.1648

#6eedbe color RGB value is (110,237,190).

#6eedbe hex color red value is 110, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6eedbe hue: 0.44 , saturation: 0.78 and the lightness value of 6eedbe is 0.68.

The process color (four color CMYK) of #6eedbe color hex is 0.54, 0.00, 0.20, 0.07. Web safe color of #6eedbe is #66ffcc. Color #6eedbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 10111110
Octal 156 355 276
Decimal 110 237 190
Hex 6E ED BE

RGB Percentages of Color #6eedbe

%20.48
%44.13
%35.38

CMYK Percentages of Color #6eedbe

%54
%0
%20
%7

Triadic Colors of #6eedbe

#6eedbe #be6eed #edbe6e

Analogous Colors of #6eedbe

#6eedbe #6edded #6eed7f

Monochromatic Colors of #6eedbe

#6eedbe

Complementary Color

#6eedbe #ed6e9d

#6eedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedbe Color CSS Codes

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

#6eedbe Text Font Color

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

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


#6eedbe Background Color

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

This div background color is #6eedbe


#6eedbe Border Color

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

This div border color is #6eedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedbe


Comments

No comments written yet.

Please login to write comment.