Color Hex Logo

#94beae Color Hex

#94BEAE
(148,190,174)
0 Favorites   0 Comments

Color spaces of #94beae

RGB 148190174
HSL0.440.240.66
HSV157°22°75°
CMYK 0.220.000.08   0.25
XYZ38.266246.178846.9410
Yxy46.17880.29130.3515
Hunter Lab67.9550-18.40596.6130
CIE-Lab73.6614-17.27103.5015

#94beae color RGB value is (148,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111110 10101110
Octal 224 276 256
Decimal 148 190 174
Hex 94 BE AE

RGB Percentages of Color #94beae

%28.91
%37.11
%33.98

CMYK Percentages of Color #94beae

%22
%0
%8
%25

Triadic Colors of #94beae

#94beae #ae94be #beae94

Analogous Colors of #94beae

#94beae #94b9be #94be99

Monochromatic Colors of #94beae

#94beae

Complementary Color

#94beae #be94a4

#94beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#94beae Color CSS Codes

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

#94beae Text Font Color

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

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


#94beae Background Color

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

This div background color is #94beae


#94beae Border Color

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

This div border color is #94beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94beae


Comments

No comments written yet.

Please login to write comment.