Color Hex Logo

#94bce9 Color Hex

#94BCE9
(148,188,233)
0 Favorites   0 Comments

Color spaces of #94bce9

RGB 148188233
HSL0.590.660.75
HSV212°36°91°
CMYK 0.360.190.00   0.09
XYZ44.903948.145584.0171
Yxy48.14550.25360.2719
Hunter Lab69.3870-5.9106-23.2203
CIE-Lab74.9166-2.4617-26.6894

#94bce9 color RGB value is (148,188,233).

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

The process color (four color CMYK) of #94bce9 color hex is 0.36, 0.19, 0.00, 0.09. Web safe color of #94bce9 is #99ccff. Color #94bce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111100 11101001
Octal 224 274 351
Decimal 148 188 233
Hex 94 BC E9

RGB Percentages of Color #94bce9

%26.01
%33.04
%40.95

CMYK Percentages of Color #94bce9

%36
%19
%0
%9

Triadic Colors of #94bce9

#94bce9 #e994bc #bce994

Analogous Colors of #94bce9

#94bce9 #9794e9 #94e7e9

Monochromatic Colors of #94bce9

#94bce9

Complementary Color

#94bce9 #e9c194

#94bce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bce9 Color CSS Codes

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

#94bce9 Text Font Color

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

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


#94bce9 Background Color

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

This div background color is #94bce9


#94bce9 Border Color

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

This div border color is #94bce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bce9


Comments

No comments written yet.

Please login to write comment.