Color Hex Logo

#2e9cfa Color Hex

#2E9CFA
(46,156,250)
0 Favorites   0 Comments

Color spaces of #2e9cfa

RGB 46156250
HSL0.580.950.58
HSV208°82°98°
CMYK 0.820.380.00   0.02
XYZ30.270531.259994.8808
Yxy31.25990.19350.1999
Hunter Lab55.9106-1.2019-61.4784
CIE-Lab62.72642.1146-55.2953

#2e9cfa color RGB value is (46,156,250).

#2e9cfa hex color red value is 46, green value is 156 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #2e9cfa hue: 0.58 , saturation: 0.95 and the lightness value of 2e9cfa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011100 11111010
Octal 56 234 372
Decimal 46 156 250
Hex 2E 9C FA

RGB Percentages of Color #2e9cfa

%10.18
%34.51
%55.31

CMYK Percentages of Color #2e9cfa

%82
%38
%0
%2

Triadic Colors of #2e9cfa

#2e9cfa #fa2e9c #9cfa2e

Analogous Colors of #2e9cfa

#2e9cfa #2e36fa #2efaf2

Monochromatic Colors of #2e9cfa

#2e9cfa

Complementary Color

#2e9cfa #fa8c2e

#2e9cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9cfa Color CSS Codes

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

#2e9cfa Text Font Color

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

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


#2e9cfa Background Color

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

This div background color is #2e9cfa


#2e9cfa Border Color

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

This div border color is #2e9cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9cfa


Comments

No comments written yet.

Please login to write comment.