Color Hex Logo

#6ffedc Color Hex

#6FFEDC
(111,254,220)
0 Favorites   0 Comments

Color spaces of #6ffedc

RGB 111254220
HSL0.460.990.72
HSV166°56°100°
CMYK 0.560.000.13   0.00
XYZ54.915679.430480.1474
Yxy79.43040.25600.3703
Hunter Lab89.1237-45.97979.0682
CIE-Lab91.4287-46.61154.6404

#6ffedc color RGB value is (111,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111110 11011100
Octal 157 376 334
Decimal 111 254 220
Hex 6F FE DC

RGB Percentages of Color #6ffedc

%18.97
%43.42
%37.61

CMYK Percentages of Color #6ffedc

%56
%0
%13
%0

Triadic Colors of #6ffedc

#6ffedc #dc6ffe #fedc6f

Analogous Colors of #6ffedc

#6ffedc #6fd9fe #6ffe95

Monochromatic Colors of #6ffedc

#6ffedc

Complementary Color

#6ffedc #fe6f91

#6ffedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffedc Color CSS Codes

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

#6ffedc Text Font Color

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

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


#6ffedc Background Color

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

This div background color is #6ffedc


#6ffedc Border Color

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

This div border color is #6ffedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffedc


Comments

No comments written yet.

Please login to write comment.