Color Hex Logo

#2e9afe Color Hex

#2E9AFE
(46,154,254)
0 Favorites   0 Comments

Color spaces of #2e9afe

RGB 46154254
HSL0.580.990.59
HSV209°82°100°
CMYK 0.820.390.00   0.00
XYZ30.571730.847898.1089
Yxy30.84780.19160.1934
Hunter Lab55.54081.0566-65.8530
CIE-Lab62.37894.7411-58.0368

#2e9afe color RGB value is (46,154,254).

#2e9afe hex color red value is 46, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #2e9afe hue: 0.58 , saturation: 0.99 and the lightness value of 2e9afe is 0.59.

The process color (four color CMYK) of #2e9afe color hex is 0.82, 0.39, 0.00, 0.00. Web safe color of #2e9afe is #3399ff. Color #2e9afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011010 11111110
Octal 56 232 376
Decimal 46 154 254
Hex 2E 9A FE

RGB Percentages of Color #2e9afe

%10.13
%33.92
%55.95

CMYK Percentages of Color #2e9afe

%82
%39
%0
%0

Triadic Colors of #2e9afe

#2e9afe #fe2e9a #9afe2e

Analogous Colors of #2e9afe

#2e9afe #2e32fe #2efefa

Monochromatic Colors of #2e9afe

#2e9afe

Complementary Color

#2e9afe #fe922e

#2e9afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9afe Color CSS Codes

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

#2e9afe Text Font Color

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

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


#2e9afe Background Color

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

This div background color is #2e9afe


#2e9afe Border Color

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

This div border color is #2e9afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9afe

Related Colors

#2e9afe Color Palettes


Comments

No comments written yet.

Please login to write comment.