Color Hex Logo

#6dfead Color Hex

#6DFEAD
(109,254,173)
0 Favorites   0 Comments

Color spaces of #6dfead

RGB 109254173
HSL0.410.990.71
HSV146°57°100°
CMYK 0.570.000.32   0.00
XYZ49.291377.152051.8291
Yxy77.15200.27650.4328
Hunter Lab87.8362-53.544026.5004
CIE-Lab90.3915-56.873027.2744

#6dfead color RGB value is (109,254,173).

#6dfead hex color red value is 109, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6dfead hue: 0.41 , saturation: 0.99 and the lightness value of 6dfead is 0.71.

The process color (four color CMYK) of #6dfead color hex is 0.57, 0.00, 0.32, 0.00. Web safe color of #6dfead is #66ff99. Color #6dfead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111110 10101101
Octal 155 376 255
Decimal 109 254 173
Hex 6D FE AD

RGB Percentages of Color #6dfead

%20.34
%47.39
%32.28

CMYK Percentages of Color #6dfead

%57
%0
%32
%0

Triadic Colors of #6dfead

#6dfead #ad6dfe #fead6d

Analogous Colors of #6dfead

#6dfead #6dfef6 #76fe6d

Monochromatic Colors of #6dfead

#6dfead

Complementary Color

#6dfead #fe6dbe

#6dfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfead Color CSS Codes

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

#6dfead Text Font Color

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

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


#6dfead Background Color

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

This div background color is #6dfead


#6dfead Border Color

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

This div border color is #6dfead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,254,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dfead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dfead;
  -webkit-box-shadow: 1px 1px 3px 2px #6dfead;
  box-shadow:         1px 1px 3px 2px #6dfead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,254,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfead


Comments

No comments written yet.

Please login to write comment.