Color Hex Logo

#6ddfda Color Hex

#6DDFDA
(109,223,218)
0 Favorites   0 Comments

Color spaces of #6ddfda

RGB 109223218
HSL0.490.640.65
HSV177°51°87°
CMYK 0.510.000.02   0.13
XYZ45.349261.088575.7308
Yxy61.08850.24890.3353
Hunter Lab78.1591-33.2099-2.7365
CIE-Lab82.4263-33.5480-7.5010

#6ddfda color RGB value is (109,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11011010
Octal 155 337 332
Decimal 109 223 218
Hex 6D DF DA

RGB Percentages of Color #6ddfda

%19.82
%40.55
%39.64

CMYK Percentages of Color #6ddfda

%51
%0
%2
%13

Triadic Colors of #6ddfda

#6ddfda #da6ddf #dfda6d

Analogous Colors of #6ddfda

#6ddfda #6dabdf #6ddfa1

Monochromatic Colors of #6ddfda

#6ddfda

Complementary Color

#6ddfda #df6d72

#6ddfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfda Color CSS Codes

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

#6ddfda Text Font Color

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

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


#6ddfda Background Color

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

This div background color is #6ddfda


#6ddfda Border Color

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

This div border color is #6ddfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfda


Comments

No comments written yet.

Please login to write comment.