Color Hex Logo

#6eddc1 Color Hex

#6EDDC1
(110,221,193)
0 Favorites   0 Comments

Color spaces of #6eddc1

RGB 110221193
HSL0.460.620.65
HSV165°50°87°
CMYK 0.500.000.13   0.13
XYZ41.912558.878259.6077
Yxy58.87820.26130.3671
Hunter Lab76.7321-36.78137.6543
CIE-Lab81.2246-38.49824.0183

#6eddc1 color RGB value is (110,221,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 11000001
Octal 156 335 301
Decimal 110 221 193
Hex 6E DD C1

RGB Percentages of Color #6eddc1

%20.99
%42.18
%36.83

CMYK Percentages of Color #6eddc1

%50
%0
%13
%13

Triadic Colors of #6eddc1

#6eddc1 #c16edd #ddc16e

Analogous Colors of #6eddc1

#6eddc1 #6ec2dd #6edd8a

Monochromatic Colors of #6eddc1

#6eddc1

Complementary Color

#6eddc1 #dd6e8a

#6eddc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eddc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eddc1 Color CSS Codes

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

#6eddc1 Text Font Color

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

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


#6eddc1 Background Color

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

This div background color is #6eddc1


#6eddc1 Border Color

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

This div border color is #6eddc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eddc1


Comments

No comments written yet.

Please login to write comment.