Color Hex Logo

#6fdf2d Color Hex

#6FDF2D
(111,223,45)
0 Favorites   0 Comments

Color spaces of #6fdf2d

RGB 11122345
HSL0.270.740.53
HSV98°80°87°
CMYK 0.500.000.80   0.13
XYZ33.416956.344311.5969
Yxy56.34430.32970.5559
Hunter Lab75.0628-51.894343.3839
CIE-Lab79.8094-60.076170.3852

#6fdf2d color RGB value is (111,223,45).

#6fdf2d hex color red value is 111, green value is 223 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6fdf2d hue: 0.27 , saturation: 0.74 and the lightness value of 6fdf2d is 0.53.

The process color (four color CMYK) of #6fdf2d color hex is 0.50, 0.00, 0.80, 0.13. Web safe color of #6fdf2d is #66cc33. Color #6fdf2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011111 00101101
Octal 157 337 55
Decimal 111 223 45
Hex 6F DF 2D

RGB Percentages of Color #6fdf2d

%29.29
%58.84
%11.87

CMYK Percentages of Color #6fdf2d

%50
%0
%80
%13

Triadic Colors of #6fdf2d

#6fdf2d #2d6fdf #df2d6f

Analogous Colors of #6fdf2d

#6fdf2d #2ddf44 #c8df2d

Monochromatic Colors of #6fdf2d

#6fdf2d

Complementary Color

#6fdf2d #9d2ddf

#6fdf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdf2d Color CSS Codes

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

#6fdf2d Text Font Color

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

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


#6fdf2d Background Color

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

This div background color is #6fdf2d


#6fdf2d Border Color

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

This div border color is #6fdf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdf2d


Comments

No comments written yet.

Please login to write comment.