Color Hex Logo

#8ce945 Color Hex

#8CE945
(140,233,69)
0 Favorites   0 Comments

Color spaces of #8ce945

RGB 14023369
HSL0.260.790.59
HSV94°70°91°
CMYK 0.400.000.70   0.09
XYZ41.028364.282915.8757
Yxy64.28290.33860.5304
Hunter Lab80.1766-48.966344.3837
CIE-Lab84.1128-53.642867.3425

#8ce945 color RGB value is (140,233,69).

#8ce945 hex color red value is 140, green value is 233 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #8ce945 hue: 0.26 , saturation: 0.79 and the lightness value of 8ce945 is 0.59.

The process color (four color CMYK) of #8ce945 color hex is 0.40, 0.00, 0.70, 0.09. Web safe color of #8ce945 is #99ff33. Color #8ce945 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101001 01000101
Octal 214 351 105
Decimal 140 233 69
Hex 8C E9 45

RGB Percentages of Color #8ce945

%31.67
%52.71
%15.61

CMYK Percentages of Color #8ce945

%40
%0
%70
%9

Triadic Colors of #8ce945

#8ce945 #458ce9 #e9458c

Analogous Colors of #8ce945

#8ce945 #45e950 #dee945

Monochromatic Colors of #8ce945

#8ce945

Complementary Color

#8ce945 #a245e9

#8ce945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce945 Color CSS Codes

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

#8ce945 Text Font Color

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

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


#8ce945 Background Color

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

This div background color is #8ce945


#8ce945 Border Color

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

This div border color is #8ce945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce945


Comments

No comments written yet.

Please login to write comment.