Color Hex Logo

#6dfbfb Color Hex

#6DFBFB
(109,251,251)
0 Favorites   0 Comments

Color spaces of #6dfbfb

RGB 109251251
HSL0.500.950.71
HSV180°57°98°
CMYK 0.570.000.00   0.02
XYZ58.216479.2106103.4876
Yxy79.21060.24160.3288
Hunter Lab89.0003-38.9912-6.6408
CIE-Lab91.3295-38.0021-11.5895

#6dfbfb color RGB value is (109,251,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11111011
Octal 155 373 373
Decimal 109 251 251
Hex 6D FB FB

RGB Percentages of Color #6dfbfb

%17.84
%41.08
%41.08

CMYK Percentages of Color #6dfbfb

%57
%0
%0
%2

Triadic Colors of #6dfbfb

#6dfbfb #fb6dfb #fbfb6d

Analogous Colors of #6dfbfb

#6dfbfb #6db4fb #6dfbb4

Monochromatic Colors of #6dfbfb

#6dfbfb

Complementary Color

#6dfbfb #fb6d6d

#6dfbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbfb Color CSS Codes

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

#6dfbfb Text Font Color

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

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


#6dfbfb Background Color

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

This div background color is #6dfbfb


#6dfbfb Border Color

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

This div border color is #6dfbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.