Color Hex Logo

#94aebe Color Hex

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

Color spaces of #94aebe

RGB 148174190
HSL0.560.240.66
HSV203°22°75°
CMYK 0.220.080.00   0.25
XYZ36.643140.285754.5598
Yxy40.28570.27870.3064
Hunter Lab63.4710-8.0226-6.5361
CIE-Lab69.6725-5.3732-11.1437

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

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

The process color (four color CMYK) of #94aebe color hex is 0.22, 0.08, 0.00, 0.25. Web safe color of #94aebe is #9999cc. Color #94aebe contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #94aebe

%28.91
%33.98
%37.11

CMYK Percentages of Color #94aebe

%22
%8
%0
%25

Triadic Colors of #94aebe

#94aebe #be94ae #aebe94

Analogous Colors of #94aebe

#94aebe #9499be #94beb9

Monochromatic Colors of #94aebe

#94aebe

Complementary Color

#94aebe #bea494

#94aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#94aebe Color CSS Codes

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

#94aebe Text Font Color

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

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


#94aebe Background Color

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

This div background color is #94aebe


#94aebe Border Color

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

This div border color is #94aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94aebe


Comments

No comments written yet.

Please login to write comment.