Color Hex Logo

#2e94bb Color Hex

#2E94BB
(46,148,187)
0 Favorites   0 Comments

Color spaces of #2e94bb

RGB 46148187
HSL0.550.610.46
HSV197°75°73°
CMYK 0.750.210.00   0.27
XYZ20.686325.348550.8162
Yxy25.34850.21360.2617
Hunter Lab50.3473-14.7671-24.5991
CIE-Lab57.4134-15.6785-28.5605

#2e94bb color RGB value is (46,148,187).

#2e94bb hex color red value is 46, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2e94bb hue: 0.55 , saturation: 0.61 and the lightness value of 2e94bb is 0.46.

The process color (four color CMYK) of #2e94bb color hex is 0.75, 0.21, 0.00, 0.27. Web safe color of #2e94bb is #3399cc. Color #2e94bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010100 10111011
Octal 56 224 273
Decimal 46 148 187
Hex 2E 94 BB

RGB Percentages of Color #2e94bb

%12.07
%38.85
%49.08

CMYK Percentages of Color #2e94bb

%75
%21
%0
%27

Triadic Colors of #2e94bb

#2e94bb #bb2e94 #94bb2e

Analogous Colors of #2e94bb

#2e94bb #2e4ebb #2ebb9c

Monochromatic Colors of #2e94bb

#2e94bb

Complementary Color

#2e94bb #bb552e

#2e94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e94bb Color CSS Codes

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

#2e94bb Text Font Color

<p style="color:#2e94bb">Text here</p>

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


#2e94bb Background Color

<div style="background-color:#2e94bb">
Div content here</div>

This div background color is #2e94bb


#2e94bb Border Color

<div style="border:3px solid #2e94bb">
Div here</div>

This div border color is #2e94bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e94bb


Comments

No comments written yet.

Please login to write comment.