Color Hex Logo

#6dffff Color Hex

#6DFFFF
(109,255,255)
1 Favorites   0 Comments

Color spaces of #6dffff

RGB 109255255
HSL0.501.000.71
HSV180°57°100°
CMYK 0.570.000.00   0.00
XYZ60.116781.9912107.2651
Yxy81.99120.24110.3288
Hunter Lab90.5490-39.9522-6.8511
CIE-Lab92.5710-38.7824-11.8131

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111111 11111111
Octal 155 377 377
Decimal 109 255 255
Hex 6D FF FF

RGB Percentages of Color #6dffff

%17.61
%41.20
%41.20

CMYK Percentages of Color #6dffff

%57
%0
%0
%0

Triadic Colors of #6dffff

#6dffff #ff6dff #ffff6d

Analogous Colors of #6dffff

#6dffff #6db6ff #6dffb6

Monochromatic Colors of #6dffff

#6dffff

Complementary Color

#6dffff #ff6d6d

#6dffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dffff Color CSS Codes

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

#6dffff Text Font Color

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

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


#6dffff Background Color

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

This div background color is #6dffff


#6dffff Border Color

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

This div border color is #6dffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dffff

Related Colors


Comments

No comments written yet.

Please login to write comment.