Color Hex Logo

#94b576 Color Hex

#94B576
(148,181,118)
0 Favorites   0 Comments

Color spaces of #94b576

RGB 148181118
HSL0.250.300.59
HSV91°35°71°
CMYK 0.180.000.35   0.29
XYZ32.006640.651723.2992
Yxy40.65170.33350.4236
Hunter Lab63.7587-21.971422.9649
CIE-Lab69.9312-22.533728.5318

#94b576 color RGB value is (148,181,118).

#94b576 hex color red value is 148, green value is 181 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #94b576 hue: 0.25 , saturation: 0.30 and the lightness value of 94b576 is 0.59.

The process color (four color CMYK) of #94b576 color hex is 0.18, 0.00, 0.35, 0.29. Web safe color of #94b576 is #99cc66. Color #94b576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10110101 01110110
Octal 224 265 166
Decimal 148 181 118
Hex 94 B5 76

RGB Percentages of Color #94b576

%33.11
%40.49
%26.40

CMYK Percentages of Color #94b576

%18
%0
%35
%29

Triadic Colors of #94b576

#94b576 #7694b5 #b57694

Analogous Colors of #94b576

#94b576 #76b578 #b4b576

Monochromatic Colors of #94b576

#94b576

Complementary Color

#94b576 #9776b5

#94b576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94b576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94b576 Color CSS Codes

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

#94b576 Text Font Color

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

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


#94b576 Background Color

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

This div background color is #94b576


#94b576 Border Color

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

This div border color is #94b576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94b576


Comments

No comments written yet.

Please login to write comment.