Color Hex Logo

#6db494 Color Hex

#6DB494
(109,180,148)
0 Favorites   0 Comments

Color spaces of #6db494

RGB 109180148
HSL0.420.320.57
HSV153°39°71°
CMYK 0.390.000.18   0.29
XYZ27.973238.031833.8835
Yxy38.03180.28000.3807
Hunter Lab61.6699-26.955610.5931
CIE-Lab68.0440-29.67239.3723

#6db494 color RGB value is (109,180,148).

#6db494 hex color red value is 109, green value is 180 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #6db494 hue: 0.42 , saturation: 0.32 and the lightness value of 6db494 is 0.57.

The process color (four color CMYK) of #6db494 color hex is 0.39, 0.00, 0.18, 0.29. Web safe color of #6db494 is #66cc99. Color #6db494 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10110100 10010100
Octal 155 264 224
Decimal 109 180 148
Hex 6D B4 94

RGB Percentages of Color #6db494

%24.94
%41.19
%33.87

CMYK Percentages of Color #6db494

%39
%0
%18
%29

Triadic Colors of #6db494

#6db494 #946db4 #b4946d

Analogous Colors of #6db494

#6db494 #6db1b4 #6db471

Monochromatic Colors of #6db494

#6db494

Complementary Color

#6db494 #b46d8d

#6db494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6db494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6db494 Color CSS Codes

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

#6db494 Text Font Color

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

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


#6db494 Background Color

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

This div background color is #6db494


#6db494 Border Color

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

This div border color is #6db494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6db494


Comments

No comments written yet.

Please login to write comment.