Color Hex Logo

#6fd445 Color Hex

#6FD445
(111,212,69)
0 Favorites   0 Comments

Color spaces of #6fd445

RGB 11121269
HSL0.280.620.55
HSV102°67°83°
CMYK 0.480.000.67   0.17
XYZ31.173250.896113.8112
Yxy50.89610.32510.5308
Hunter Lab71.3415-46.850738.4609
CIE-Lab76.6160-54.393559.1934

#6fd445 color RGB value is (111,212,69).

#6fd445 hex color red value is 111, green value is 212 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #6fd445 hue: 0.28 , saturation: 0.62 and the lightness value of 6fd445 is 0.55.

The process color (four color CMYK) of #6fd445 color hex is 0.48, 0.00, 0.67, 0.17. Web safe color of #6fd445 is #66cc33. Color #6fd445 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010100 01000101
Octal 157 324 105
Decimal 111 212 69
Hex 6F D4 45

RGB Percentages of Color #6fd445

%28.32
%54.08
%17.60

CMYK Percentages of Color #6fd445

%48
%0
%67
%17

Triadic Colors of #6fd445

#6fd445 #456fd4 #d4456f

Analogous Colors of #6fd445

#6fd445 #45d463 #b7d445

Monochromatic Colors of #6fd445

#6fd445

Complementary Color

#6fd445 #aa45d4

#6fd445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd445 Color CSS Codes

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

#6fd445 Text Font Color

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

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


#6fd445 Background Color

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

This div background color is #6fd445


#6fd445 Border Color

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

This div border color is #6fd445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd445


Comments

No comments written yet.

Please login to write comment.