Color Hex Logo

#6ddfbd Color Hex

#6DDFBD
(109,223,189)
0 Favorites   0 Comments

Color spaces of #6ddfbd

RGB 109223189
HSL0.450.640.65
HSV162°51°87°
CMYK 0.510.000.15   0.13
XYZ41.879759.700757.4602
Yxy59.70070.26330.3754
Hunter Lab77.2662-38.46579.9945
CIE-Lab81.6752-40.53996.7841

#6ddfbd color RGB value is (109,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 10111101
Octal 155 337 275
Decimal 109 223 189
Hex 6D DF BD

RGB Percentages of Color #6ddfbd

%20.92
%42.80
%36.28

CMYK Percentages of Color #6ddfbd

%51
%0
%15
%13

Triadic Colors of #6ddfbd

#6ddfbd #bd6ddf #dfbd6d

Analogous Colors of #6ddfbd

#6ddfbd #6dc8df #6ddf84

Monochromatic Colors of #6ddfbd

#6ddfbd

Complementary Color

#6ddfbd #df6d8f

#6ddfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfbd Color CSS Codes

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

#6ddfbd Text Font Color

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

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


#6ddfbd Background Color

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

This div background color is #6ddfbd


#6ddfbd Border Color

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

This div border color is #6ddfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfbd


Comments

No comments written yet.

Please login to write comment.