Color Hex Logo

#8cc465 Color Hex

#8CC465
(140,196,101)
0 Favorites   0 Comments

Color spaces of #8cc465

RGB 140196101
HSL0.260.450.58
HSV95°48°77°
CMYK 0.290.000.48   0.23
XYZ32.904145.994919.4556
Yxy45.99490.33450.4676
Hunter Lab67.8195-32.081130.4650
CIE-Lab73.5422-34.877041.7348

#8cc465 color RGB value is (140,196,101).

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

The process color (four color CMYK) of #8cc465 color hex is 0.29, 0.00, 0.48, 0.23. Web safe color of #8cc465 is #99cc66. Color #8cc465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11000100 01100101
Octal 214 304 145
Decimal 140 196 101
Hex 8C C4 65

RGB Percentages of Color #8cc465

%32.04
%44.85
%23.11

CMYK Percentages of Color #8cc465

%29
%0
%48
%23

Triadic Colors of #8cc465

#8cc465 #658cc4 #c4658c

Analogous Colors of #8cc465

#8cc465 #65c46e #bcc465

Monochromatic Colors of #8cc465

#8cc465

Complementary Color

#8cc465 #9d65c4

#8cc465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cc465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cc465 Color CSS Codes

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

#8cc465 Text Font Color

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

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


#8cc465 Background Color

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

This div background color is #8cc465


#8cc465 Border Color

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

This div border color is #8cc465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cc465


Comments

No comments written yet.

Please login to write comment.