Color Hex Logo

#6be80d Color Hex

#6BE80D
(107,232,13)
0 Favorites   0 Comments

Color spaces of #6be80d

RGB 10723213
HSL0.260.890.48
HSV94°94°91°
CMYK 0.540.000.94   0.09
XYZ34.992760.868110.2852
Yxy60.86810.32970.5734
Hunter Lab78.0180-56.470646.7963
CIE-Lab82.3078-65.383178.4110

#6be80d color RGB value is (107,232,13).

#6be80d hex color red value is 107, green value is 232 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6be80d hue: 0.26 , saturation: 0.89 and the lightness value of 6be80d is 0.48.

The process color (four color CMYK) of #6be80d color hex is 0.54, 0.00, 0.94, 0.09. Web safe color of #6be80d is #66ff00. Color #6be80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101000 00001101
Octal 153 350 15
Decimal 107 232 13
Hex 6B E8 D

RGB Percentages of Color #6be80d

%30.40
%65.91
%3.69

CMYK Percentages of Color #6be80d

%54
%0
%94
%9

Triadic Colors of #6be80d

#6be80d #0d6be8 #e80d6b

Analogous Colors of #6be80d

#6be80d #0de81d #d9e80d

Monochromatic Colors of #6be80d

#6be80d

Complementary Color

#6be80d #8a0de8

#6be80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be80d Color CSS Codes

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

#6be80d Text Font Color

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

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


#6be80d Background Color

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

This div background color is #6be80d


#6be80d Border Color

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

This div border color is #6be80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be80d


Comments

No comments written yet.

Please login to write comment.