Color Hex Logo

#6defdf Color Hex

#6DEFDF
(109,239,223)
0 Favorites   0 Comments

Color spaces of #6defdf

RGB 109239223
HSL0.480.800.68
HSV173°54°94°
CMYK 0.540.000.07   0.06
XYZ50.492570.311980.7224
Yxy70.31190.25050.3489
Hunter Lab83.8522-39.25561.6195
CIE-Lab87.1496-39.6622-3.1681

#6defdf color RGB value is (109,239,223).

#6defdf hex color red value is 109, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6defdf hue: 0.48 , saturation: 0.80 and the lightness value of 6defdf is 0.68.

The process color (four color CMYK) of #6defdf color hex is 0.54, 0.00, 0.07, 0.06. Web safe color of #6defdf is #66ffcc. Color #6defdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11011111
Octal 155 357 337
Decimal 109 239 223
Hex 6D EF DF

RGB Percentages of Color #6defdf

%19.09
%41.86
%39.05

CMYK Percentages of Color #6defdf

%54
%0
%7
%6

Triadic Colors of #6defdf

#6defdf #df6def #efdf6d

Analogous Colors of #6defdf

#6defdf #6dbeef #6def9e

Monochromatic Colors of #6defdf

#6defdf

Complementary Color

#6defdf #ef6d7d

#6defdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defdf Color CSS Codes

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

#6defdf Text Font Color

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

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


#6defdf Background Color

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

This div background color is #6defdf


#6defdf Border Color

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

This div border color is #6defdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defdf


Comments

No comments written yet.

Please login to write comment.