Color Hex Logo

#2e8ffe Color Hex

#2E8FFE
(46,143,254)
0 Favorites   0 Comments

Color spaces of #2e8ffe

RGB 46143254
HSL0.590.990.59
HSV212°82°100°
CMYK 0.820.440.00   0.00
XYZ28.838627.381597.5311
Yxy27.38150.18760.1781
Hunter Lab52.32736.8019-73.8794
CIE-Lab59.325811.3013-62.9208

#2e8ffe color RGB value is (46,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10001111 11111110
Octal 56 217 376
Decimal 46 143 254
Hex 2E 8F FE

RGB Percentages of Color #2e8ffe

%10.38
%32.28
%57.34

CMYK Percentages of Color #2e8ffe

%82
%44
%0
%0

Triadic Colors of #2e8ffe

#2e8ffe #fe2e8f #8ffe2e

Analogous Colors of #2e8ffe

#2e8ffe #352efe #2ef7fe

Monochromatic Colors of #2e8ffe

#2e8ffe

Complementary Color

#2e8ffe #fe9d2e

#2e8ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e8ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e8ffe Color CSS Codes

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

#2e8ffe Text Font Color

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

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


#2e8ffe Background Color

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

This div background color is #2e8ffe


#2e8ffe Border Color

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

This div border color is #2e8ffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,143,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 #2e8ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e8ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.