Color Hex Logo

#94d88b Color Hex

#94D88B
(148,216,139)
0 Favorites   0 Comments

Color spaces of #94d88b

RGB 148216139
HSL0.310.500.70
HSV113°36°85°
CMYK 0.310.000.36   0.15
XYZ41.428857.271733.2971
Yxy57.27170.31390.4339
Hunter Lab75.6781-34.719526.8880
CIE-Lab80.3322-36.121231.3451

#94d88b color RGB value is (148,216,139).

#94d88b hex color red value is 148, green value is 216 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #94d88b hue: 0.31 , saturation: 0.50 and the lightness value of 94d88b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011000 10001011
Octal 224 330 213
Decimal 148 216 139
Hex 94 D8 8B

RGB Percentages of Color #94d88b

%29.42
%42.94
%27.63

CMYK Percentages of Color #94d88b

%31
%0
%36
%15

Triadic Colors of #94d88b

#94d88b #8b94d8 #d88b94

Analogous Colors of #94d88b

#94d88b #8bd8a9 #bbd88b

Monochromatic Colors of #94d88b

#94d88b

Complementary Color

#94d88b #cf8bd8

#94d88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94d88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#94d88b Color CSS Codes

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

#94d88b Text Font Color

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

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


#94d88b Background Color

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

This div background color is #94d88b


#94d88b Border Color

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

This div border color is #94d88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94d88b


Comments

No comments written yet.

Please login to write comment.