Color Hex Logo

#6ddeda Color Hex

#6DDEDA
(109,222,218)
0 Favorites   0 Comments

Color spaces of #6ddeda

RGB 109222218
HSL0.490.630.65
HSV178°51°87°
CMYK 0.510.000.02   0.13
XYZ45.082860.555775.6420
Yxy60.55570.24870.3340
Hunter Lab77.8175-32.7685-3.1602
CIE-Lab82.1393-33.0775-7.9265

#6ddeda color RGB value is (109,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 11011010
Octal 155 336 332
Decimal 109 222 218
Hex 6D DE DA

RGB Percentages of Color #6ddeda

%19.85
%40.44
%39.71

CMYK Percentages of Color #6ddeda

%51
%0
%2
%13

Triadic Colors of #6ddeda

#6ddeda #da6dde #deda6d

Analogous Colors of #6ddeda

#6ddeda #6daade #6ddea2

Monochromatic Colors of #6ddeda

#6ddeda

Complementary Color

#6ddeda #de6d71

#6ddeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddeda Color CSS Codes

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

#6ddeda Text Font Color

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

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


#6ddeda Background Color

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

This div background color is #6ddeda


#6ddeda Border Color

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

This div border color is #6ddeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddeda


Comments

No comments written yet.

Please login to write comment.