Color Hex Logo

#6bed0f Color Hex

#6BED0F
(107,237,15)
0 Favorites   0 Comments

Color spaces of #6bed0f

RGB 10723715
HSL0.260.880.49
HSV95°94°93°
CMYK 0.550.000.94   0.07
XYZ36.433863.728710.8325
Yxy63.72870.32820.5742
Hunter Lab79.8303-58.237247.8359
CIE-Lab83.8243-67.066579.4380

#6bed0f color RGB value is (107,237,15).

#6bed0f hex color red value is 107, green value is 237 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #6bed0f hue: 0.26 , saturation: 0.88 and the lightness value of 6bed0f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101101 00001111
Octal 153 355 17
Decimal 107 237 15
Hex 6B ED F

RGB Percentages of Color #6bed0f

%29.81
%66.02
%4.18

CMYK Percentages of Color #6bed0f

%55
%0
%94
%7

Triadic Colors of #6bed0f

#6bed0f #0f6bed #ed0f6b

Analogous Colors of #6bed0f

#6bed0f #0fed22 #daed0f

Monochromatic Colors of #6bed0f

#6bed0f

Complementary Color

#6bed0f #910fed

#6bed0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bed0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bed0f Color CSS Codes

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

#6bed0f Text Font Color

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

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


#6bed0f Background Color

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

This div background color is #6bed0f


#6bed0f Border Color

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

This div border color is #6bed0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bed0f


Comments

No comments written yet.

Please login to write comment.