Color Hex Logo

#6ffefc Color Hex

#6FFEFC
(111,254,252)
0 Favorites   0 Comments

Color spaces of #6ffefc

RGB 111254252
HSL0.500.990.72
HSV179°56°100°
CMYK 0.560.000.01   0.00
XYZ59.568081.2914104.6467
Yxy81.29140.24260.3311
Hunter Lab90.1617-39.8518-5.7020
CIE-Lab92.2612-38.7570-10.7146

#6ffefc color RGB value is (111,254,252).

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

The process color (four color CMYK) of #6ffefc color hex is 0.56, 0.00, 0.01, 0.00. Web safe color of #6ffefc is #66ffff. Color #6ffefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111110 11111100
Octal 157 376 374
Decimal 111 254 252
Hex 6F FE FC

RGB Percentages of Color #6ffefc

%17.99
%41.17
%40.84

CMYK Percentages of Color #6ffefc

%56
%0
%1
%0

Triadic Colors of #6ffefc

#6ffefc #fc6ffe #fefc6f

Analogous Colors of #6ffefc

#6ffefc #6fb9fe #6ffeb5

Monochromatic Colors of #6ffefc

#6ffefc

Complementary Color

#6ffefc #fe6f71

#6ffefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffefc Color CSS Codes

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

#6ffefc Text Font Color

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

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


#6ffefc Background Color

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

This div background color is #6ffefc


#6ffefc Border Color

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

This div border color is #6ffefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffefc

Related Colors


Comments

No comments written yet.

Please login to write comment.