Color Hex Logo

#6dbd3a Color Hex

#6DBD3A
(109,189,58)
0 Favorites   0 Comments

Color spaces of #6dbd3a

RGB 10918958
HSL0.270.530.48
HSV97°69°74°
CMYK 0.420.000.69   0.26
XYZ25.268039.951910.3827
Yxy39.95190.33420.5284
Hunter Lab63.2075-39.255534.5061
CIE-Lab69.4353-46.755555.9301

#6dbd3a color RGB value is (109,189,58).

#6dbd3a hex color red value is 109, green value is 189 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #6dbd3a hue: 0.27 , saturation: 0.53 and the lightness value of 6dbd3a is 0.48.

The process color (four color CMYK) of #6dbd3a color hex is 0.42, 0.00, 0.69, 0.26. Web safe color of #6dbd3a is #66cc33. Color #6dbd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 00111010
Octal 155 275 72
Decimal 109 189 58
Hex 6D BD 3A

RGB Percentages of Color #6dbd3a

%30.62
%53.09
%16.29

CMYK Percentages of Color #6dbd3a

%42
%0
%69
%26

Triadic Colors of #6dbd3a

#6dbd3a #3a6dbd #bd3a6d

Analogous Colors of #6dbd3a

#6dbd3a #3abd48 #afbd3a

Monochromatic Colors of #6dbd3a

#6dbd3a

Complementary Color

#6dbd3a #8a3abd

#6dbd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbd3a Color CSS Codes

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

#6dbd3a Text Font Color

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

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


#6dbd3a Background Color

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

This div background color is #6dbd3a


#6dbd3a Border Color

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

This div border color is #6dbd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbd3a


Comments

No comments written yet.

Please login to write comment.