Color Hex Logo

#94aceb Color Hex

#94ACEB
(148,172,235)
0 Favorites   0 Comments

Color spaces of #94aceb

RGB 148172235
HSL0.620.690.75
HSV223°37°92°
CMYK 0.370.270.00   0.08
XYZ41.960741.799184.4537
Yxy41.79910.24940.2485
Hunter Lab64.65222.7090-32.1926
CIE-Lab70.73226.8736-34.2211

#94aceb color RGB value is (148,172,235).

#94aceb hex color red value is 148, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #94aceb hue: 0.62 , saturation: 0.69 and the lightness value of 94aceb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101100 11101011
Octal 224 254 353
Decimal 148 172 235
Hex 94 AC EB

RGB Percentages of Color #94aceb

%26.67
%30.99
%42.34

CMYK Percentages of Color #94aceb

%37
%27
%0
%8

Triadic Colors of #94aceb

#94aceb #eb94ac #aceb94

Analogous Colors of #94aceb

#94aceb #a894eb #94d8eb

Monochromatic Colors of #94aceb

#94aceb

Complementary Color

#94aceb #ebd394

#94aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#94aceb Color CSS Codes

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

#94aceb Text Font Color

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

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


#94aceb Background Color

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

This div background color is #94aceb


#94aceb Border Color

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

This div border color is #94aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94aceb


Comments

No comments written yet.

Please login to write comment.