Color Hex Logo

#6ffed6 Color Hex

#6FFED6
(111,254,214)
0 Favorites   0 Comments

Color spaces of #6ffed6

RGB 111254214
HSL0.450.990.72
HSV163°56°100°
CMYK 0.560.000.16   0.00
XYZ54.135079.118276.0365
Yxy79.11820.25870.3780
Hunter Lab88.9484-47.022611.5805
CIE-Lab91.2877-47.98667.5392

#6ffed6 color RGB value is (111,254,214).

#6ffed6 hex color red value is 111, green value is 254 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #6ffed6 hue: 0.45 , saturation: 0.99 and the lightness value of 6ffed6 is 0.72.

The process color (four color CMYK) of #6ffed6 color hex is 0.56, 0.00, 0.16, 0.00. Web safe color of #6ffed6 is #66ffcc. Color #6ffed6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111110 11010110
Octal 157 376 326
Decimal 111 254 214
Hex 6F FE D6

RGB Percentages of Color #6ffed6

%19.17
%43.87
%36.96

CMYK Percentages of Color #6ffed6

%56
%0
%16
%0

Triadic Colors of #6ffed6

#6ffed6 #d66ffe #fed66f

Analogous Colors of #6ffed6

#6ffed6 #6fdffe #6ffe8f

Monochromatic Colors of #6ffed6

#6ffed6

Complementary Color

#6ffed6 #fe6f97

#6ffed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffed6 Color CSS Codes

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

#6ffed6 Text Font Color

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

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


#6ffed6 Background Color

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

This div background color is #6ffed6


#6ffed6 Border Color

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

This div border color is #6ffed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffed6


Comments

No comments written yet.

Please login to write comment.