Color Hex Logo

#6ffffc Color Hex

#6FFFFC
(111,255,252)
0 Favorites   0 Comments

Color spaces of #6ffffc

RGB 111255252
HSL0.501.000.72
HSV179°56°100°
CMYK 0.560.000.01   0.00
XYZ59.886281.9278104.7528
Yxy81.92780.24290.3323
Hunter Lab90.5140-40.2996-5.2572
CIE-Lab92.5430-39.2110-10.2954

#6ffffc color RGB value is (111,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11111111 11111100
Octal 157 377 374
Decimal 111 255 252
Hex 6F FF FC

RGB Percentages of Color #6ffffc

%17.96
%41.26
%40.78

CMYK Percentages of Color #6ffffc

%56
%0
%1
%0

Triadic Colors of #6ffffc

#6ffffc #fc6fff #fffc6f

Analogous Colors of #6ffffc

#6ffffc #6fbaff #6fffb4

Monochromatic Colors of #6ffffc

#6ffffc

Complementary Color

#6ffffc #ff6f72

#6ffffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ffffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ffffc Color CSS Codes

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

#6ffffc Text Font Color

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

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


#6ffffc Background Color

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

This div background color is #6ffffc


#6ffffc Border Color

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

This div border color is #6ffffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,255,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 #6ffffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ffffc

Related Colors


Comments

No comments written yet.

Please login to write comment.