Color Hex Logo

#94b980 Color Hex

#94B980
(148,185,128)
0 Favorites   0 Comments

Color spaces of #94b980

RGB 148185128
HSL0.270.290.61
HSV99°31°73°
CMYK 0.200.000.31   0.27
XYZ33.458042.552326.8721
Yxy42.55230.32520.4136
Hunter Lab65.2321-22.602421.2382
CIE-Lab71.2500-23.037824.9792

#94b980 color RGB value is (148,185,128).

#94b980 hex color red value is 148, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #94b980 hue: 0.27 , saturation: 0.29 and the lightness value of 94b980 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111001 10000000
Octal 224 271 200
Decimal 148 185 128
Hex 94 B9 80

RGB Percentages of Color #94b980

%32.10
%40.13
%27.77

CMYK Percentages of Color #94b980

%20
%0
%31
%27

Triadic Colors of #94b980

#94b980 #8094b9 #b98094

Analogous Colors of #94b980

#94b980 #80b989 #b1b980

Monochromatic Colors of #94b980

#94b980

Complementary Color

#94b980 #a580b9

#94b980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94b980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94b980 Color CSS Codes

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

#94b980 Text Font Color

<p style="color:#94b980">Text here</p>

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


#94b980 Background Color

<div style="background-color:#94b980">
Div content here</div>

This div background color is #94b980


#94b980 Border Color

<div style="border:3px solid #94b980">
Div here</div>

This div border color is #94b980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,185,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94b980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94b980;
  -webkit-box-shadow: 1px 1px 3px 2px #94b980;
  box-shadow:         1px 1px 3px 2px #94b980; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94b980


Comments

No comments written yet.

Please login to write comment.