Color Hex Logo

#6eedba Color Hex

#6EEDBA
(110,237,186)
0 Favorites   0 Comments

Color spaces of #6eedba

RGB 110237186
HSL0.430.780.68
HSV156°54°93°
CMYK 0.540.000.22   0.07
XYZ45.577567.428557.0672
Yxy67.42850.26800.3965
Hunter Lab82.1149-44.625316.2757
CIE-Lab85.7199-47.089914.1270

#6eedba color RGB value is (110,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101101 10111010
Octal 156 355 272
Decimal 110 237 186
Hex 6E ED BA

RGB Percentages of Color #6eedba

%20.64
%44.47
%34.90

CMYK Percentages of Color #6eedba

%54
%0
%22
%7

Triadic Colors of #6eedba

#6eedba #ba6eed #edba6e

Analogous Colors of #6eedba

#6eedba #6ee1ed #6eed7b

Monochromatic Colors of #6eedba

#6eedba

Complementary Color

#6eedba #ed6ea1

#6eedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eedba Color CSS Codes

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

#6eedba Text Font Color

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

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


#6eedba Background Color

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

This div background color is #6eedba


#6eedba Border Color

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

This div border color is #6eedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eedba


Comments

No comments written yet.

Please login to write comment.