Color Hex Logo

#6dbe9a Color Hex

#6DBE9A
(109,190,154)
0 Favorites   0 Comments

Color spaces of #6dbe9a

RGB 109190154
HSL0.430.380.59
HSV153°43°75°
CMYK 0.430.000.19   0.25
XYZ30.552942.411237.1477
Yxy42.41120.27750.3852
Hunter Lab65.1239-30.223411.7668
CIE-Lab71.1535-33.150510.5140

#6dbe9a color RGB value is (109,190,154).

#6dbe9a hex color red value is 109, green value is 190 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6dbe9a hue: 0.43 , saturation: 0.38 and the lightness value of 6dbe9a is 0.59.

The process color (four color CMYK) of #6dbe9a color hex is 0.43, 0.00, 0.19, 0.25. Web safe color of #6dbe9a is #66cc99. Color #6dbe9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111110 10011010
Octal 155 276 232
Decimal 109 190 154
Hex 6D BE 9A

RGB Percentages of Color #6dbe9a

%24.06
%41.94
%34.00

CMYK Percentages of Color #6dbe9a

%43
%0
%19
%25

Triadic Colors of #6dbe9a

#6dbe9a #9a6dbe #be9a6d

Analogous Colors of #6dbe9a

#6dbe9a #6dbabe #6dbe72

Monochromatic Colors of #6dbe9a

#6dbe9a

Complementary Color

#6dbe9a #be6d91

#6dbe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbe9a Color CSS Codes

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

#6dbe9a Text Font Color

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

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


#6dbe9a Background Color

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

This div background color is #6dbe9a


#6dbe9a Border Color

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

This div border color is #6dbe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbe9a


Comments

No comments written yet.

Please login to write comment.