Color Hex Logo

#2e96fe Color Hex

#2E96FE
(46,150,254)
0 Favorites   0 Comments

Color spaces of #2e96fe

RGB 46150254
HSL0.580.990.59
HSV210°82°100°
CMYK 0.820.410.00   0.00
XYZ29.922529.549397.8924
Yxy29.54930.19010.1878
Hunter Lab54.35933.1281-68.7204
CIE-Lab61.26347.1072-59.8179

#2e96fe color RGB value is (46,150,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10010110 11111110
Octal 56 226 376
Decimal 46 150 254
Hex 2E 96 FE

RGB Percentages of Color #2e96fe

%10.22
%33.33
%56.44

CMYK Percentages of Color #2e96fe

%82
%41
%0
%0

Triadic Colors of #2e96fe

#2e96fe #fe2e96 #96fe2e

Analogous Colors of #2e96fe

#2e96fe #2e2efe #2efefe

Monochromatic Colors of #2e96fe

#2e96fe

Complementary Color

#2e96fe #fe962e

#2e96fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e96fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e96fe Color CSS Codes

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

#2e96fe Text Font Color

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

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


#2e96fe Background Color

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

This div background color is #2e96fe


#2e96fe Border Color

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

This div border color is #2e96fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e96fe


Comments

No comments written yet.

Please login to write comment.