Color Hex Logo

#8cdf48 Color Hex

#8CDF48
(140,223,72)
0 Favorites   0 Comments

Color spaces of #8cdf48

RGB 14022372
HSL0.260.700.58
HSV93°68°87°
CMYK 0.370.000.68   0.13
XYZ38.372658.818715.4616
Yxy58.81870.34060.5221
Hunter Lab76.6934-44.903041.7323
CIE-Lab81.1918-49.387963.2296

#8cdf48 color RGB value is (140,223,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 01001000
Octal 214 337 110
Decimal 140 223 72
Hex 8C DF 48

RGB Percentages of Color #8cdf48

%32.18
%51.26
%16.55

CMYK Percentages of Color #8cdf48

%37
%0
%68
%13

Triadic Colors of #8cdf48

#8cdf48 #488cdf #df488c

Analogous Colors of #8cdf48

#8cdf48 #48df4f #d8df48

Monochromatic Colors of #8cdf48

#8cdf48

Complementary Color

#8cdf48 #9b48df

#8cdf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdf48 Color CSS Codes

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

#8cdf48 Text Font Color

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

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


#8cdf48 Background Color

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

This div background color is #8cdf48


#8cdf48 Border Color

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

This div border color is #8cdf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdf48


Comments

No comments written yet.

Please login to write comment.