Color Hex Logo

#6fc505 Color Hex

#6FC505
(111,197,5)
0 Favorites   0 Comments

Color spaces of #6fc505

RGB 1111975
HSL0.240.950.40
HSV87°97°77°
CMYK 0.440.000.97   0.23
XYZ26.549243.32307.1065
Yxy43.32300.34490.5628
Hunter Lab65.8202-43.185739.6727
CIE-Lab71.7737-51.490370.8093

#6fc505 color RGB value is (111,197,5).

#6fc505 hex color red value is 111, green value is 197 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #6fc505 hue: 0.24 , saturation: 0.95 and the lightness value of 6fc505 is 0.40.

The process color (four color CMYK) of #6fc505 color hex is 0.44, 0.00, 0.97, 0.23. Web safe color of #6fc505 is #66cc00. Color #6fc505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000101 00000101
Octal 157 305 5
Decimal 111 197 5
Hex 6F C5 5

RGB Percentages of Color #6fc505

%35.46
%62.94
%1.60

CMYK Percentages of Color #6fc505

%44
%0
%97
%23

Triadic Colors of #6fc505

#6fc505 #056fc5 #c5056f

Analogous Colors of #6fc505

#6fc505 #0fc505 #c5bb05

Monochromatic Colors of #6fc505

#6fc505

Complementary Color

#6fc505 #5b05c5

#6fc505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc505 Color CSS Codes

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

#6fc505 Text Font Color

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

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


#6fc505 Background Color

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

This div background color is #6fc505


#6fc505 Border Color

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

This div border color is #6fc505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc505


Comments

No comments written yet.

Please login to write comment.