Color Hex Logo

#94bdef Color Hex

#94BDEF
(148,189,239)
0 Favorites   0 Comments

Color spaces of #94bdef

RGB 148189239
HSL0.590.740.76
HSV213°38°94°
CMYK 0.380.210.00   0.06
XYZ45.990348.923188.6805
Yxy48.92310.25050.2665
Hunter Lab69.9450-5.0364-26.2099
CIE-Lab75.4035-1.4446-29.1831

#94bdef color RGB value is (148,189,239).

#94bdef hex color red value is 148, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #94bdef hue: 0.59 , saturation: 0.74 and the lightness value of 94bdef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111101 11101111
Octal 224 275 357
Decimal 148 189 239
Hex 94 BD EF

RGB Percentages of Color #94bdef

%25.69
%32.81
%41.49

CMYK Percentages of Color #94bdef

%38
%21
%0
%6

Triadic Colors of #94bdef

#94bdef #ef94bd #bdef94

Analogous Colors of #94bdef

#94bdef #9994ef #94ebef

Monochromatic Colors of #94bdef

#94bdef

Complementary Color

#94bdef #efc694

#94bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bdef Color CSS Codes

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

#94bdef Text Font Color

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

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


#94bdef Background Color

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

This div background color is #94bdef


#94bdef Border Color

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

This div border color is #94bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bdef


Comments

No comments written yet.

Please login to write comment.