Color Hex Logo

#2eabfa Color Hex

#2EABFA
(46,171,250)
0 Favorites   0 Comments

Color spaces of #2eabfa

RGB 46171250
HSL0.560.950.58
HSV203°82°98°
CMYK 0.820.320.00   0.02
XYZ32.944936.608895.7723
Yxy36.60880.19930.2214
Hunter Lab60.5052-8.6914-51.4951
CIE-Lab66.9825-6.4572-48.5537

#2eabfa color RGB value is (46,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101011 11111010
Octal 56 253 372
Decimal 46 171 250
Hex 2E AB FA

RGB Percentages of Color #2eabfa

%9.85
%36.62
%53.53

CMYK Percentages of Color #2eabfa

%82
%32
%0
%2

Triadic Colors of #2eabfa

#2eabfa #fa2eab #abfa2e

Analogous Colors of #2eabfa

#2eabfa #2e45fa #2efae3

Monochromatic Colors of #2eabfa

#2eabfa

Complementary Color

#2eabfa #fa7d2e

#2eabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eabfa Color CSS Codes

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

#2eabfa Text Font Color

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

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


#2eabfa Background Color

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

This div background color is #2eabfa


#2eabfa Border Color

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

This div border color is #2eabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eabfa

Related Colors


Comments

No comments written yet.

Please login to write comment.