Color Hex Logo

#94b470 Color Hex

#94B470
(148,180,112)
0 Favorites   0 Comments

Color spaces of #94b470

RGB 148180112
HSL0.250.310.57
HSV88°38°71°
CMYK 0.180.000.38   0.29
XYZ31.458640.108321.4129
Yxy40.10830.33830.4314
Hunter Lab63.3311-22.162824.2852
CIE-Lab69.5466-22.872731.1882

#94b470 color RGB value is (148,180,112).

#94b470 hex color red value is 148, green value is 180 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #94b470 hue: 0.25 , saturation: 0.31 and the lightness value of 94b470 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10110100 01110000
Octal 224 264 160
Decimal 148 180 112
Hex 94 B4 70

RGB Percentages of Color #94b470

%33.64
%40.91
%25.45

CMYK Percentages of Color #94b470

%18
%0
%38
%29

Triadic Colors of #94b470

#94b470 #7094b4 #b47094

Analogous Colors of #94b470

#94b470 #72b470 #b4b270

Monochromatic Colors of #94b470

#94b470

Complementary Color

#94b470 #9070b4

#94b470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94b470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94b470 Color CSS Codes

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

#94b470 Text Font Color

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

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


#94b470 Background Color

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

This div background color is #94b470


#94b470 Border Color

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

This div border color is #94b470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94b470


Comments

No comments written yet.

Please login to write comment.