Color Hex Logo

#8cdb24 Color Hex

#8CDB24
(140,219,36)
0 Favorites   0 Comments

Color spaces of #8cdb24

RGB 14021936
HSL0.240.720.50
HSV86°84°86°
CMYK 0.360.000.84   0.14
XYZ36.465256.365910.6269
Yxy56.36590.35250.5448
Hunter Lab75.0772-44.687244.1618
CIE-Lab79.8216-49.709173.1268

#8cdb24 color RGB value is (140,219,36).

#8cdb24 hex color red value is 140, green value is 219 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #8cdb24 hue: 0.24 , saturation: 0.72 and the lightness value of 8cdb24 is 0.50.

The process color (four color CMYK) of #8cdb24 color hex is 0.36, 0.00, 0.84, 0.14. Web safe color of #8cdb24 is #99cc33. Color #8cdb24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011011 00100100
Octal 214 333 44
Decimal 140 219 36
Hex 8C DB 24

RGB Percentages of Color #8cdb24

%35.44
%55.44
%9.11

CMYK Percentages of Color #8cdb24

%36
%0
%84
%14

Triadic Colors of #8cdb24

#8cdb24 #248cdb #db248c

Analogous Colors of #8cdb24

#8cdb24 #31db24 #dbcf24

Monochromatic Colors of #8cdb24

#8cdb24

Complementary Color

#8cdb24 #7324db

#8cdb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdb24 Color CSS Codes

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

#8cdb24 Text Font Color

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

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


#8cdb24 Background Color

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

This div background color is #8cdb24


#8cdb24 Border Color

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

This div border color is #8cdb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdb24


Comments

No comments written yet.

Please login to write comment.