Color Hex Logo

#6ed928 Color Hex

#6ED928
(110,217,40)
0 Favorites   0 Comments

Color spaces of #6ed928

RGB 11021740
HSL0.270.700.50
HSV96°82°85°
CMYK 0.490.000.82   0.15
XYZ31.626353.093910.5888
Yxy53.09390.33180.5571
Hunter Lab72.8656-50.039242.3899
CIE-Lab77.9304-58.396369.9763

#6ed928 color RGB value is (110,217,40).

#6ed928 hex color red value is 110, green value is 217 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #6ed928 hue: 0.27 , saturation: 0.70 and the lightness value of 6ed928 is 0.50.

The process color (four color CMYK) of #6ed928 color hex is 0.49, 0.00, 0.82, 0.15. Web safe color of #6ed928 is #66cc33. Color #6ed928 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011001 00101000
Octal 156 331 50
Decimal 110 217 40
Hex 6E D9 28

RGB Percentages of Color #6ed928

%29.97
%59.13
%10.90

CMYK Percentages of Color #6ed928

%49
%0
%82
%15

Triadic Colors of #6ed928

#6ed928 #286ed9 #d9286e

Analogous Colors of #6ed928

#6ed928 #28d93b #c7d928

Monochromatic Colors of #6ed928

#6ed928

Complementary Color

#6ed928 #9328d9

#6ed928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed928 Color CSS Codes

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

#6ed928 Text Font Color

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

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


#6ed928 Background Color

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

This div background color is #6ed928


#6ed928 Border Color

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

This div border color is #6ed928


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,217,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ed928; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ed928;
  -webkit-box-shadow: 1px 1px 3px 2px #6ed928;
  box-shadow:         1px 1px 3px 2px #6ed928; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,217,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed928


Comments

No comments written yet.

Please login to write comment.