Color Hex Logo

#8ce048 Color Hex

#8CE048
(140,224,72)
0 Favorites   0 Comments

Color spaces of #8ce048

RGB 14022472
HSL0.260.710.58
HSV93°68°88°
CMYK 0.380.000.68   0.12
XYZ38.640659.354615.5509
Yxy59.35460.34030.5227
Hunter Lab77.0419-45.296241.9617
CIE-Lab81.4861-49.798163.5365

#8ce048 color RGB value is (140,224,72).

#8ce048 hex color red value is 140, green value is 224 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #8ce048 hue: 0.26 , saturation: 0.71 and the lightness value of 8ce048 is 0.58.

The process color (four color CMYK) of #8ce048 color hex is 0.38, 0.00, 0.68, 0.12. Web safe color of #8ce048 is #99cc33. Color #8ce048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100000 01001000
Octal 214 340 110
Decimal 140 224 72
Hex 8C E0 48

RGB Percentages of Color #8ce048

%32.11
%51.38
%16.51

CMYK Percentages of Color #8ce048

%38
%0
%68
%12

Triadic Colors of #8ce048

#8ce048 #488ce0 #e0488c

Analogous Colors of #8ce048

#8ce048 #48e050 #d8e048

Monochromatic Colors of #8ce048

#8ce048

Complementary Color

#8ce048 #9c48e0

#8ce048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce048 Color CSS Codes

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

#8ce048 Text Font Color

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

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


#8ce048 Background Color

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

This div background color is #8ce048


#8ce048 Border Color

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

This div border color is #8ce048


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,224,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 #8ce048">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce048


Comments

No comments written yet.

Please login to write comment.