Color Hex Logo

#6ddebf Color Hex

#6DDEBF
(109,222,191)
0 Favorites   0 Comments

Color spaces of #6ddebf

RGB 109222191
HSL0.450.630.65
HSV164°51°87°
CMYK 0.510.000.14   0.13
XYZ41.831959.255458.5229
Yxy59.25540.26210.3713
Hunter Lab76.9775-37.70848.8085
CIE-Lab81.4318-39.63535.3741

#6ddebf color RGB value is (109,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011110 10111111
Octal 155 336 277
Decimal 109 222 191
Hex 6D DE BF

RGB Percentages of Color #6ddebf

%20.88
%42.53
%36.59

CMYK Percentages of Color #6ddebf

%51
%0
%14
%13

Triadic Colors of #6ddebf

#6ddebf #bf6dde #debf6d

Analogous Colors of #6ddebf

#6ddebf #6dc5de #6dde87

Monochromatic Colors of #6ddebf

#6ddebf

Complementary Color

#6ddebf #de6d8c

#6ddebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddebf Color CSS Codes

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

#6ddebf Text Font Color

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

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


#6ddebf Background Color

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

This div background color is #6ddebf


#6ddebf Border Color

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

This div border color is #6ddebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddebf


Comments

No comments written yet.

Please login to write comment.