Color Hex Logo

#8caf0e Color Hex

#8CAF0E
(140,175,14)
0 Favorites   0 Comments

Color spaces of #8caf0e

RGB 14017514
HSL0.200.850.37
HSV73°92°69°
CMYK 0.200.000.92   0.31
XYZ26.224536.26716.0335
Yxy36.26710.38270.5293
Hunter Lab60.2222-27.658736.2154
CIE-Lab66.7235-31.060466.3779

#8caf0e color RGB value is (140,175,14).

#8caf0e hex color red value is 140, green value is 175 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8caf0e hue: 0.20 , saturation: 0.85 and the lightness value of 8caf0e is 0.37.

The process color (four color CMYK) of #8caf0e color hex is 0.20, 0.00, 0.92, 0.31. Web safe color of #8caf0e is #999900. Color #8caf0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 00001110
Octal 214 257 16
Decimal 140 175 14
Hex 8C AF E

RGB Percentages of Color #8caf0e

%42.55
%53.19
%4.26

CMYK Percentages of Color #8caf0e

%20
%0
%92
%31

Triadic Colors of #8caf0e

#8caf0e #0e8caf #af0e8c

Analogous Colors of #8caf0e

#8caf0e #3caf0e #af820e

Monochromatic Colors of #8caf0e

#8caf0e

Complementary Color

#8caf0e #310eaf

#8caf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caf0e Color CSS Codes

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

#8caf0e Text Font Color

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

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


#8caf0e Background Color

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

This div background color is #8caf0e


#8caf0e Border Color

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

This div border color is #8caf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caf0e


Comments

No comments written yet.

Please login to write comment.