Color Hex Logo

#6eddbb Color Hex

#6EDDBB
(110,221,187)
0 Favorites   0 Comments

Color spaces of #6eddbb

RGB 110221187
HSL0.450.620.65
HSV162°50°87°
CMYK 0.500.000.15   0.13
XYZ41.256558.615856.1532
Yxy58.61580.26440.3757
Hunter Lab76.5610-37.793210.1068
CIE-Lab81.0800-39.87076.9926

#6eddbb color RGB value is (110,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 10111011
Octal 156 335 273
Decimal 110 221 187
Hex 6E DD BB

RGB Percentages of Color #6eddbb

%21.24
%42.66
%36.10

CMYK Percentages of Color #6eddbb

%50
%0
%15
%13

Triadic Colors of #6eddbb

#6eddbb #bb6edd #ddbb6e

Analogous Colors of #6eddbb

#6eddbb #6ec8dd #6edd84

Monochromatic Colors of #6eddbb

#6eddbb

Complementary Color

#6eddbb #dd6e90

#6eddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddbb Color CSS Codes

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

#6eddbb Text Font Color

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

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


#6eddbb Background Color

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

This div background color is #6eddbb


#6eddbb Border Color

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

This div border color is #6eddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddbb


Comments

No comments written yet.

Please login to write comment.