Color Hex Logo

#6fd048 Color Hex

#6FD048
(111,208,72)
0 Favorites   0 Comments

Color spaces of #6fd048

RGB 11120872
HSL0.290.590.55
HSV103°65°82°
CMYK 0.470.000.65   0.18
XYZ30.281148.959113.9850
Yxy48.95910.32480.5252
Hunter Lab69.9708-45.199837.1293
CIE-Lab75.4259-52.584656.7216

#6fd048 color RGB value is (111,208,72).

#6fd048 hex color red value is 111, green value is 208 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #6fd048 hue: 0.29 , saturation: 0.59 and the lightness value of 6fd048 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010000 01001000
Octal 157 320 110
Decimal 111 208 72
Hex 6F D0 48

RGB Percentages of Color #6fd048

%28.39
%53.20
%18.41

CMYK Percentages of Color #6fd048

%47
%0
%65
%18

Triadic Colors of #6fd048

#6fd048 #486fd0 #d0486f

Analogous Colors of #6fd048

#6fd048 #48d065 #b3d048

Monochromatic Colors of #6fd048

#6fd048

Complementary Color

#6fd048 #a948d0

#6fd048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd048 Color CSS Codes

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

#6fd048 Text Font Color

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

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


#6fd048 Background Color

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

This div background color is #6fd048


#6fd048 Border Color

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

This div border color is #6fd048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd048


Comments

No comments written yet.

Please login to write comment.