Color Hex Logo

#94beaa Color Hex

#94BEAA
(148,190,170)
0 Favorites   0 Comments

Color spaces of #94beaa

RGB 148190170
HSL0.420.240.66
HSV151°22°75°
CMYK 0.220.000.11   0.25
XYZ37.881946.025144.9174
Yxy46.02510.29410.3573
Hunter Lab67.8418-19.05138.2339
CIE-Lab73.5618-18.08195.5329

#94beaa color RGB value is (148,190,170).

#94beaa hex color red value is 148, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #94beaa hue: 0.42 , saturation: 0.24 and the lightness value of 94beaa is 0.66.

The process color (four color CMYK) of #94beaa color hex is 0.22, 0.00, 0.11, 0.25. Web safe color of #94beaa is #99cc99. Color #94beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111110 10101010
Octal 224 276 252
Decimal 148 190 170
Hex 94 BE AA

RGB Percentages of Color #94beaa

%29.13
%37.40
%33.46

CMYK Percentages of Color #94beaa

%22
%0
%11
%25

Triadic Colors of #94beaa

#94beaa #aa94be #beaa94

Analogous Colors of #94beaa

#94beaa #94bdbe #94be95

Monochromatic Colors of #94beaa

#94beaa

Complementary Color

#94beaa #be94a8

#94beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#94beaa Color CSS Codes

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

#94beaa Text Font Color

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

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


#94beaa Background Color

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

This div background color is #94beaa


#94beaa Border Color

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

This div border color is #94beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94beaa


Comments

No comments written yet.

Please login to write comment.