Color Hex Logo

#94aeee Color Hex

#94AEEE
(148,174,238)
0 Favorites   0 Comments

Color spaces of #94aeee

RGB 148174238
HSL0.620.730.76
HSV223°38°93°
CMYK 0.380.270.00   0.07
XYZ42.781442.741186.8839
Yxy42.74110.24810.2479
Hunter Lab65.37672.3982-33.0312
CIE-Lab71.37896.5521-34.8521

#94aeee color RGB value is (148,174,238).

#94aeee hex color red value is 148, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #94aeee hue: 0.62 , saturation: 0.73 and the lightness value of 94aeee is 0.76.

The process color (four color CMYK) of #94aeee color hex is 0.38, 0.27, 0.00, 0.07. Web safe color of #94aeee is #9999ff. Color #94aeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101110 11101110
Octal 224 256 356
Decimal 148 174 238
Hex 94 AE EE

RGB Percentages of Color #94aeee

%26.43
%31.07
%42.50

CMYK Percentages of Color #94aeee

%38
%27
%0
%7

Triadic Colors of #94aeee

#94aeee #ee94ae #aeee94

Analogous Colors of #94aeee

#94aeee #a794ee #94dbee

Monochromatic Colors of #94aeee

#94aeee

Complementary Color

#94aeee #eed494

#94aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#94aeee Color CSS Codes

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

#94aeee Text Font Color

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

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


#94aeee Background Color

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

This div background color is #94aeee


#94aeee Border Color

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

This div border color is #94aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94aeee


Comments

No comments written yet.

Please login to write comment.