Color Hex Logo

#6dedbd Color Hex

#6DEDBD
(109,237,189)
0 Favorites   0 Comments

Color spaces of #6dedbd

RGB 109237189
HSL0.440.780.68
HSV158°54°93°
CMYK 0.540.000.20   0.07
XYZ45.776267.493758.7590
Yxy67.49370.26610.3923
Hunter Lab82.1545-44.310915.1025
CIE-Lab85.7527-46.663312.6055

#6dedbd color RGB value is (109,237,189).

#6dedbd hex color red value is 109, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6dedbd hue: 0.44 , saturation: 0.78 and the lightness value of 6dedbd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101101 10111101
Octal 155 355 275
Decimal 109 237 189
Hex 6D ED BD

RGB Percentages of Color #6dedbd

%20.37
%44.30
%35.33

CMYK Percentages of Color #6dedbd

%54
%0
%20
%7

Triadic Colors of #6dedbd

#6dedbd #bd6ded #edbd6d

Analogous Colors of #6dedbd

#6dedbd #6ddded #6ded7d

Monochromatic Colors of #6dedbd

#6dedbd

Complementary Color

#6dedbd #ed6d9d

#6dedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dedbd Color CSS Codes

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

#6dedbd Text Font Color

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

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


#6dedbd Background Color

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

This div background color is #6dedbd


#6dedbd Border Color

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

This div border color is #6dedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dedbd


Comments

No comments written yet.

Please login to write comment.