Color Hex Logo

#8de348 Color Hex

#8DE348
(141,227,72)
0 Favorites   0 Comments

Color spaces of #8de348

RGB 14122772
HSL0.260.730.59
HSV93°68°89°
CMYK 0.380.000.68   0.11
XYZ39.623361.068815.8300
Yxy61.06880.34000.5241
Hunter Lab78.1465-46.250142.6923
CIE-Lab82.4157-50.691264.5175

#8de348 color RGB value is (141,227,72).

#8de348 hex color red value is 141, green value is 227 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #8de348 hue: 0.26 , saturation: 0.73 and the lightness value of 8de348 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100011 01001000
Octal 215 343 110
Decimal 141 227 72
Hex 8D E3 48

RGB Percentages of Color #8de348

%32.05
%51.59
%16.36

CMYK Percentages of Color #8de348

%38
%0
%68
%11

Triadic Colors of #8de348

#8de348 #488de3 #e3488d

Analogous Colors of #8de348

#8de348 #48e351 #dbe348

Monochromatic Colors of #8de348

#8de348

Complementary Color

#8de348 #9e48e3

#8de348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de348 Color CSS Codes

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

#8de348 Text Font Color

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

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


#8de348 Background Color

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

This div background color is #8de348


#8de348 Border Color

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

This div border color is #8de348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de348


Comments

No comments written yet.

Please login to write comment.