Color Hex Logo

#6defdb Color Hex

#6DEFDB
(109,239,219)
0 Favorites   0 Comments

Color spaces of #6defdb

RGB 109239219
HSL0.470.800.68
HSV171°54°94°
CMYK 0.540.000.08   0.06
XYZ49.959470.098777.9151
Yxy70.09870.25240.3541
Hunter Lab83.7250-40.00623.4317
CIE-Lab87.0452-40.6425-1.2249

#6defdb color RGB value is (109,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101111 11011011
Octal 155 357 333
Decimal 109 239 219
Hex 6D EF DB

RGB Percentages of Color #6defdb

%19.22
%42.15
%38.62

CMYK Percentages of Color #6defdb

%54
%0
%8
%6

Triadic Colors of #6defdb

#6defdb #db6def #efdb6d

Analogous Colors of #6defdb

#6defdb #6dc2ef #6def9a

Monochromatic Colors of #6defdb

#6defdb

Complementary Color

#6defdb #ef6d81

#6defdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6defdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6defdb Color CSS Codes

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

#6defdb Text Font Color

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

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


#6defdb Background Color

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

This div background color is #6defdb


#6defdb Border Color

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

This div border color is #6defdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6defdb


Comments

No comments written yet.

Please login to write comment.