Color Hex Logo

#6dfffc Color Hex

#6DFFFC
(109,255,252)
0 Favorites   0 Comments

Color spaces of #6dfffc

RGB 109255252
HSL0.501.000.71
HSV179°57°100°
CMYK 0.570.000.01   0.00
XYZ59.637481.7995104.7411
Yxy81.79950.24230.3323
Hunter Lab90.4431-40.5740-5.3529
CIE-Lab92.4863-39.5611-10.3858

#6dfffc color RGB value is (109,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111111 11111100
Octal 155 377 374
Decimal 109 255 252
Hex 6D FF FC

RGB Percentages of Color #6dfffc

%17.69
%41.40
%40.91

CMYK Percentages of Color #6dfffc

%57
%0
%1
%0

Triadic Colors of #6dfffc

#6dfffc #fc6dff #fffc6d

Analogous Colors of #6dfffc

#6dfffc #6db9ff #6dffb3

Monochromatic Colors of #6dfffc

#6dfffc

Complementary Color

#6dfffc #ff6d70

#6dfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfffc Color CSS Codes

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

#6dfffc Text Font Color

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

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


#6dfffc Background Color

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

This div background color is #6dfffc


#6dfffc Border Color

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

This div border color is #6dfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfffc

Related Colors


Comments

No comments written yet.

Please login to write comment.