Color Hex Logo

#6eddbf Color Hex

#6EDDBF
(110,221,191)
0 Favorites   0 Comments

Color spaces of #6eddbf

RGB 110221191
HSL0.450.620.65
HSV164°50°87°
CMYK 0.500.000.14   0.13
XYZ41.690858.789558.4404
Yxy58.78950.26230.3699
Hunter Lab76.6743-37.12278.4818
CIE-Lab81.1758-38.95995.0091

#6eddbf color RGB value is (110,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 10111111
Octal 156 335 277
Decimal 110 221 191
Hex 6E DD BF

RGB Percentages of Color #6eddbf

%21.07
%42.34
%36.59

CMYK Percentages of Color #6eddbf

%50
%0
%14
%13

Triadic Colors of #6eddbf

#6eddbf #bf6edd #ddbf6e

Analogous Colors of #6eddbf

#6eddbf #6ec4dd #6edd88

Monochromatic Colors of #6eddbf

#6eddbf

Complementary Color

#6eddbf #dd6e8c

#6eddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddbf Color CSS Codes

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

#6eddbf Text Font Color

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

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


#6eddbf Background Color

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

This div background color is #6eddbf


#6eddbf Border Color

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

This div border color is #6eddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddbf


Comments

No comments written yet.

Please login to write comment.