Color Hex Logo

#94beac Color Hex

#94BEAC
(148,190,172)
0 Favorites   0 Comments

Color spaces of #94beac

RGB 148190172
HSL0.430.240.66
HSV154°22°75°
CMYK 0.220.000.09   0.25
XYZ38.072646.101445.9215
Yxy46.10140.29270.3544
Hunter Lab67.8980-18.73087.4290
CIE-Lab73.6113-17.67874.5169

#94beac color RGB value is (148,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111110 10101100
Octal 224 276 254
Decimal 148 190 172
Hex 94 BE AC

RGB Percentages of Color #94beac

%29.02
%37.25
%33.73

CMYK Percentages of Color #94beac

%22
%0
%9
%25

Triadic Colors of #94beac

#94beac #ac94be #beac94

Analogous Colors of #94beac

#94beac #94bbbe #94be97

Monochromatic Colors of #94beac

#94beac

Complementary Color

#94beac #be94a6

#94beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#94beac Color CSS Codes

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

#94beac Text Font Color

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

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


#94beac Background Color

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

This div background color is #94beac


#94beac Border Color

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

This div border color is #94beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94beac


Comments

No comments written yet.

Please login to write comment.