Color Hex Logo

#6debdd Color Hex

#6DEBDD
(109,235,221)
0 Favorites   0 Comments

Color spaces of #6debdd

RGB 109235221
HSL0.480.760.67
HSV173°54°92°
CMYK 0.540.000.06   0.08
XYZ49.066267.888378.9243
Yxy67.88830.25050.3466
Hunter Lab82.3944-37.89260.8831
CIE-Lab85.9506-38.3433-3.8813

#6debdd color RGB value is (109,235,221).

#6debdd hex color red value is 109, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6debdd hue: 0.48 , saturation: 0.76 and the lightness value of 6debdd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101011 11011101
Octal 155 353 335
Decimal 109 235 221
Hex 6D EB DD

RGB Percentages of Color #6debdd

%19.29
%41.59
%39.12

CMYK Percentages of Color #6debdd

%54
%0
%6
%8

Triadic Colors of #6debdd

#6debdd #dd6deb #ebdd6d

Analogous Colors of #6debdd

#6debdd #6dbaeb #6deb9e

Monochromatic Colors of #6debdd

#6debdd

Complementary Color

#6debdd #eb6d7b

#6debdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6debdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6debdd Color CSS Codes

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

#6debdd Text Font Color

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

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


#6debdd Background Color

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

This div background color is #6debdd


#6debdd Border Color

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

This div border color is #6debdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6debdd


Comments

No comments written yet.

Please login to write comment.