Color Hex Logo

#94bbec Color Hex

#94BBEC
(148,187,236)
0 Favorites   0 Comments

Color spaces of #94bbec

RGB 148187236
HSL0.590.700.75
HSV213°37°93°
CMYK 0.370.210.00   0.07
XYZ45.123447.892786.2228
Yxy47.89270.25180.2672
Hunter Lab69.2046-4.7207-25.4270
CIE-Lab74.7572-1.1411-28.5557

#94bbec color RGB value is (148,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111011 11101100
Octal 224 273 354
Decimal 148 187 236
Hex 94 BB EC

RGB Percentages of Color #94bbec

%25.92
%32.75
%41.33

CMYK Percentages of Color #94bbec

%37
%21
%0
%7

Triadic Colors of #94bbec

#94bbec #ec94bb #bbec94

Analogous Colors of #94bbec

#94bbec #9994ec #94e7ec

Monochromatic Colors of #94bbec

#94bbec

Complementary Color

#94bbec #ecc594

#94bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bbec Color CSS Codes

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

#94bbec Text Font Color

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

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


#94bbec Background Color

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

This div background color is #94bbec


#94bbec Border Color

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

This div border color is #94bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bbec


Comments

No comments written yet.

Please login to write comment.