Color Hex Logo

#6fd013 Color Hex

#6FD013
(111,208,19)
0 Favorites   0 Comments

Color spaces of #6fd013

RGB 11120819
HSL0.250.830.45
HSV91°91°82°
CMYK 0.470.000.91   0.18
XYZ29.229048.53838.4444
Yxy48.53830.33900.5630
Hunter Lab69.6694-47.033941.5823
CIE-Lab75.1632-55.454071.8876

#6fd013 color RGB value is (111,208,19).

#6fd013 hex color red value is 111, green value is 208 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #6fd013 hue: 0.25 , saturation: 0.83 and the lightness value of 6fd013 is 0.45.

The process color (four color CMYK) of #6fd013 color hex is 0.47, 0.00, 0.91, 0.18. Web safe color of #6fd013 is #66cc00. Color #6fd013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010000 00010011
Octal 157 320 23
Decimal 111 208 19
Hex 6F D0 13

RGB Percentages of Color #6fd013

%32.84
%61.54
%5.62

CMYK Percentages of Color #6fd013

%47
%0
%91
%18

Triadic Colors of #6fd013

#6fd013 #136fd0 #d0136f

Analogous Colors of #6fd013

#6fd013 #13d015 #ced013

Monochromatic Colors of #6fd013

#6fd013

Complementary Color

#6fd013 #7413d0

#6fd013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd013 Color CSS Codes

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

#6fd013 Text Font Color

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

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


#6fd013 Background Color

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

This div background color is #6fd013


#6fd013 Border Color

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

This div border color is #6fd013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd013


Comments

No comments written yet.

Please login to write comment.