Color Hex Logo

#6debbe Color Hex

#6DEBBE
(109,235,190)
0 Favorites   0 Comments

Color spaces of #6debbe

RGB 109235190
HSL0.440.760.67
HSV159°54°92°
CMYK 0.540.000.19   0.08
XYZ45.309366.385659.1408
Yxy66.38560.26520.3886
Hunter Lab81.4774-43.322113.9982
CIE-Lab85.1927-45.586911.2882

#6debbe color RGB value is (109,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11101011 10111110
Octal 155 353 276
Decimal 109 235 190
Hex 6D EB BE

RGB Percentages of Color #6debbe

%20.41
%44.01
%35.58

CMYK Percentages of Color #6debbe

%54
%0
%19
%8

Triadic Colors of #6debbe

#6debbe #be6deb #ebbe6d

Analogous Colors of #6debbe

#6debbe #6dd9eb #6deb7f

Monochromatic Colors of #6debbe

#6debbe

Complementary Color

#6debbe #eb6d9a

#6debbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6debbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6debbe Color CSS Codes

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

#6debbe Text Font Color

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

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


#6debbe Background Color

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

This div background color is #6debbe


#6debbe Border Color

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

This div border color is #6debbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6debbe


Comments

No comments written yet.

Please login to write comment.