Color Hex Logo

#6bd02e Color Hex

#6BD02E
(107,208,46)
0 Favorites   0 Comments

Color spaces of #6bd02e

RGB 10720846
HSL0.270.640.50
HSV97°78°82°
CMYK 0.490.000.78   0.18
XYZ29.112448.434810.3992
Yxy48.43480.33100.5507
Hunter Lab69.5951-47.122939.8572
CIE-Lab75.0983-55.623965.6457

#6bd02e color RGB value is (107,208,46).

#6bd02e hex color red value is 107, green value is 208 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6bd02e hue: 0.27 , saturation: 0.64 and the lightness value of 6bd02e is 0.50.

The process color (four color CMYK) of #6bd02e color hex is 0.49, 0.00, 0.78, 0.18. Web safe color of #6bd02e is #66cc33. Color #6bd02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11010000 00101110
Octal 153 320 56
Decimal 107 208 46
Hex 6B D0 2E

RGB Percentages of Color #6bd02e

%29.64
%57.62
%12.74

CMYK Percentages of Color #6bd02e

%49
%0
%78
%18

Triadic Colors of #6bd02e

#6bd02e #2e6bd0 #d02e6b

Analogous Colors of #6bd02e

#6bd02e #2ed042 #bcd02e

Monochromatic Colors of #6bd02e

#6bd02e

Complementary Color

#6bd02e #932ed0

#6bd02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bd02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bd02e Color CSS Codes

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

#6bd02e Text Font Color

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

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


#6bd02e Background Color

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

This div background color is #6bd02e


#6bd02e Border Color

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

This div border color is #6bd02e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,208,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bd02e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bd02e;
  -webkit-box-shadow: 1px 1px 3px 2px #6bd02e;
  box-shadow:         1px 1px 3px 2px #6bd02e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,208,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bd02e


Comments

No comments written yet.

Please login to write comment.