Color Hex Logo

#94adeb Color Hex

#94ADEB
(148,173,235)
0 Favorites   0 Comments

Color spaces of #94adeb

RGB 148173235
HSL0.620.690.75
HSV223°37°92°
CMYK 0.370.260.00   0.08
XYZ42.151742.181284.5174
Yxy42.18120.24960.2498
Hunter Lab64.94712.1921-31.6928
CIE-Lab70.99576.3147-33.8130

#94adeb color RGB value is (148,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101101 11101011
Octal 224 255 353
Decimal 148 173 235
Hex 94 AD EB

RGB Percentages of Color #94adeb

%26.62
%31.12
%42.27

CMYK Percentages of Color #94adeb

%37
%26
%0
%8

Triadic Colors of #94adeb

#94adeb #eb94ad #adeb94

Analogous Colors of #94adeb

#94adeb #a794eb #94d9eb

Monochromatic Colors of #94adeb

#94adeb

Complementary Color

#94adeb #ebd294

#94adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#94adeb Color CSS Codes

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

#94adeb Text Font Color

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

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


#94adeb Background Color

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

This div background color is #94adeb


#94adeb Border Color

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

This div border color is #94adeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,173,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 #94adeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94adeb


Comments

No comments written yet.

Please login to write comment.