Color Hex Logo

#8cca94 Color Hex

#8CCA94
(140,202,148)
0 Favorites   0 Comments

Color spaces of #8cca94

RGB 140202148
HSL0.350.370.67
HSV128°31°79°
CMYK 0.310.000.27   0.21
XYZ37.281049.954635.6943
Yxy49.95460.30330.4064
Hunter Lab70.6786-29.533719.5322
CIE-Lab76.0414-30.725620.7882

#8cca94 color RGB value is (140,202,148).

#8cca94 hex color red value is 140, green value is 202 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8cca94 hue: 0.35 , saturation: 0.37 and the lightness value of 8cca94 is 0.67.

The process color (four color CMYK) of #8cca94 color hex is 0.31, 0.00, 0.27, 0.21. Web safe color of #8cca94 is #99cc99. Color #8cca94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 10010100
Octal 214 312 224
Decimal 140 202 148
Hex 8C CA 94

RGB Percentages of Color #8cca94

%28.57
%41.22
%30.20

CMYK Percentages of Color #8cca94

%31
%0
%27
%21

Triadic Colors of #8cca94

#8cca94 #948cca #ca948c

Analogous Colors of #8cca94

#8cca94 #8ccab3 #a3ca8c

Monochromatic Colors of #8cca94

#8cca94

Complementary Color

#8cca94 #ca8cc2

#8cca94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cca94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cca94 Color CSS Codes

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

#8cca94 Text Font Color

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

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


#8cca94 Background Color

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

This div background color is #8cca94


#8cca94 Border Color

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

This div border color is #8cca94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cca94


Comments

No comments written yet.

Please login to write comment.