Color Hex Logo

#94baeb Color Hex

#94BAEB
(148,186,235)
0 Favorites   0 Comments

Color spaces of #94baeb

RGB 148186235
HSL0.590.690.75
HSV214°37°92°
CMYK 0.370.210.00   0.08
XYZ44.767047.411985.3892
Yxy47.41190.25210.2670
Hunter Lab68.8563-4.4466-25.3266
CIE-Lab74.4525-0.8572-28.4829

#94baeb color RGB value is (148,186,235).

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

The process color (four color CMYK) of #94baeb color hex is 0.37, 0.21, 0.00, 0.08. Web safe color of #94baeb is #99ccff. Color #94baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111010 11101011
Octal 224 272 353
Decimal 148 186 235
Hex 94 BA EB

RGB Percentages of Color #94baeb

%26.01
%32.69
%41.30

CMYK Percentages of Color #94baeb

%37
%21
%0
%8

Triadic Colors of #94baeb

#94baeb #eb94ba #baeb94

Analogous Colors of #94baeb

#94baeb #9a94eb #94e6eb

Monochromatic Colors of #94baeb

#94baeb

Complementary Color

#94baeb #ebc594

#94baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#94baeb Color CSS Codes

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

#94baeb Text Font Color

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

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


#94baeb Background Color

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

This div background color is #94baeb


#94baeb Border Color

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

This div border color is #94baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94baeb


Comments

No comments written yet.

Please login to write comment.