Color Hex Logo

#6ddfdb Color Hex

#6DDFDB
(109,223,219)
0 Favorites   0 Comments

Color spaces of #6ddfdb

RGB 109223219
HSL0.490.640.65
HSV178°51°87°
CMYK 0.510.000.02   0.13
XYZ45.480561.141076.4222
Yxy61.14100.24850.3340
Hunter Lab78.1927-33.0134-3.2126
CIE-Lab82.4545-33.2928-7.9901

#6ddfdb color RGB value is (109,223,219).

#6ddfdb hex color red value is 109, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6ddfdb hue: 0.49 , saturation: 0.64 and the lightness value of 6ddfdb is 0.65.

The process color (four color CMYK) of #6ddfdb color hex is 0.51, 0.00, 0.02, 0.13. Web safe color of #6ddfdb is #66cccc. Color #6ddfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11011011
Octal 155 337 333
Decimal 109 223 219
Hex 6D DF DB

RGB Percentages of Color #6ddfdb

%19.78
%40.47
%39.75

CMYK Percentages of Color #6ddfdb

%51
%0
%2
%13

Triadic Colors of #6ddfdb

#6ddfdb #db6ddf #dfdb6d

Analogous Colors of #6ddfdb

#6ddfdb #6daadf #6ddfa2

Monochromatic Colors of #6ddfdb

#6ddfdb

Complementary Color

#6ddfdb #df6d71

#6ddfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfdb Color CSS Codes

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

#6ddfdb Text Font Color

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

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


#6ddfdb Background Color

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

This div background color is #6ddfdb


#6ddfdb Border Color

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

This div border color is #6ddfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfdb


Comments

No comments written yet.

Please login to write comment.