Color Hex Logo

#6dfbdf Color Hex

#6DFBDF
(109,251,223)
0 Favorites   0 Comments

Color spaces of #6dfbdf

RGB 109251223
HSL0.470.950.71
HSV168°57°98°
CMYK 0.570.000.11   0.02
XYZ54.123177.573381.9326
Yxy77.57330.25340.3631
Hunter Lab88.0757-44.44316.4984
CIE-Lab90.5848-44.98721.8546

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111011 11011111
Octal 155 373 337
Decimal 109 251 223
Hex 6D FB DF

RGB Percentages of Color #6dfbdf

%18.70
%43.05
%38.25

CMYK Percentages of Color #6dfbdf

%57
%0
%11
%2

Triadic Colors of #6dfbdf

#6dfbdf #df6dfb #fbdf6d

Analogous Colors of #6dfbdf

#6dfbdf #6dd0fb #6dfb98

Monochromatic Colors of #6dfbdf

#6dfbdf

Complementary Color

#6dfbdf #fb6d89

#6dfbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfbdf Color CSS Codes

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

#6dfbdf Text Font Color

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

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


#6dfbdf Background Color

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

This div background color is #6dfbdf


#6dfbdf Border Color

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

This div border color is #6dfbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfbdf


Comments

No comments written yet.

Please login to write comment.