Color Hex Logo

#6eddbe Color Hex

#6EDDBE
(110,221,190)
0 Favorites   0 Comments

Color spaces of #6eddbe

RGB 110221190
HSL0.450.620.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ41.581158.745657.8627
Yxy58.74560.26290.3714
Hunter Lab76.6457-37.29188.8917
CIE-Lab81.1516-39.18915.5047

#6eddbe color RGB value is (110,221,190).

#6eddbe hex color red value is 110, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6eddbe hue: 0.45 , saturation: 0.62 and the lightness value of 6eddbe is 0.65.

The process color (four color CMYK) of #6eddbe color hex is 0.50, 0.00, 0.14, 0.13. Web safe color of #6eddbe is #66cccc. Color #6eddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 10111110
Octal 156 335 276
Decimal 110 221 190
Hex 6E DD BE

RGB Percentages of Color #6eddbe

%21.11
%42.42
%36.47

CMYK Percentages of Color #6eddbe

%50
%0
%14
%13

Triadic Colors of #6eddbe

#6eddbe #be6edd #ddbe6e

Analogous Colors of #6eddbe

#6eddbe #6ec5dd #6edd87

Monochromatic Colors of #6eddbe

#6eddbe

Complementary Color

#6eddbe #dd6e8d

#6eddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddbe Color CSS Codes

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

#6eddbe Text Font Color

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

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


#6eddbe Background Color

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

This div background color is #6eddbe


#6eddbe Border Color

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

This div border color is #6eddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddbe


Comments

No comments written yet.

Please login to write comment.