Color Hex Logo

#8de704 Color Hex

#8DE704
(141,231,4)
0 Favorites   0 Comments

Color spaces of #8de704

RGB 1412314
HSL0.230.970.46
HSV84°98°91°
CMYK 0.390.000.98   0.09
XYZ39.582362.823310.1548
Yxy62.82330.35170.5581
Hunter Lab79.2612-49.565747.8867
CIE-Lab83.3493-54.844380.5934

#8de704 color RGB value is (141,231,4).

#8de704 hex color red value is 141, green value is 231 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #8de704 hue: 0.23 , saturation: 0.97 and the lightness value of 8de704 is 0.46.

The process color (four color CMYK) of #8de704 color hex is 0.39, 0.00, 0.98, 0.09. Web safe color of #8de704 is #99ff00. Color #8de704 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11100111 00000100
Octal 215 347 4
Decimal 141 231 4
Hex 8D E7 4

RGB Percentages of Color #8de704

%37.50
%61.44
%1.06

CMYK Percentages of Color #8de704

%39
%0
%98
%9

Triadic Colors of #8de704

#8de704 #048de7 #e7048d

Analogous Colors of #8de704

#8de704 #1ce704 #e7d004

Monochromatic Colors of #8de704

#8de704

Complementary Color

#8de704 #5e04e7

#8de704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8de704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8de704 Color CSS Codes

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

#8de704 Text Font Color

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

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


#8de704 Background Color

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

This div background color is #8de704


#8de704 Border Color

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

This div border color is #8de704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8de704


Comments

No comments written yet.

Please login to write comment.