Color Hex Logo

#8cda14 Color Hex

#8CDA14
(140,218,20)
0 Favorites   0 Comments

Color spaces of #8cda14

RGB 14021820
HSL0.230.830.47
HSV84°91°85°
CMYK 0.360.000.91   0.15
XYZ36.012955.76889.5282
Yxy55.76880.35550.5505
Hunter Lab74.6785-44.607744.7102
CIE-Lab79.4821-49.753975.8309

#8cda14 color RGB value is (140,218,20).

#8cda14 hex color red value is 140, green value is 218 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #8cda14 hue: 0.23 , saturation: 0.83 and the lightness value of 8cda14 is 0.47.

The process color (four color CMYK) of #8cda14 color hex is 0.36, 0.00, 0.91, 0.15. Web safe color of #8cda14 is #99cc00. Color #8cda14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 00010100
Octal 214 332 24
Decimal 140 218 20
Hex 8C DA 14

RGB Percentages of Color #8cda14

%37.04
%57.67
%5.29

CMYK Percentages of Color #8cda14

%36
%0
%91
%15

Triadic Colors of #8cda14

#8cda14 #148cda #da148c

Analogous Colors of #8cda14

#8cda14 #29da14 #dac514

Monochromatic Colors of #8cda14

#8cda14

Complementary Color

#8cda14 #6214da

#8cda14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cda14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cda14 Color CSS Codes

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

#8cda14 Text Font Color

<p style="color:#8cda14">Text here</p>

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


#8cda14 Background Color

<div style="background-color:#8cda14">
Div content here</div>

This div background color is #8cda14


#8cda14 Border Color

<div style="border:3px solid #8cda14">
Div here</div>

This div border color is #8cda14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,218,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cda14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cda14;
  -webkit-box-shadow: 1px 1px 3px 2px #8cda14;
  box-shadow:         1px 1px 3px 2px #8cda14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,218,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cda14


Comments

No comments written yet.

Please login to write comment.