Color Hex Logo

#2eacfb Color Hex

#2EACFB
(46,172,251)
0 Favorites   0 Comments

Color spaces of #2eacfb

RGB 46172251
HSL0.560.960.58
HSV203°82°98°
CMYK 0.820.310.00   0.02
XYZ33.291837.050996.6637
Yxy37.05090.19930.2219
Hunter Lab60.8695-8.8932-51.5468
CIE-Lab67.3152-6.6628-48.5727

#2eacfb color RGB value is (46,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11111011
Octal 56 254 373
Decimal 46 172 251
Hex 2E AC FB

RGB Percentages of Color #2eacfb

%9.81
%36.67
%53.52

CMYK Percentages of Color #2eacfb

%82
%31
%0
%2

Triadic Colors of #2eacfb

#2eacfb #fb2eac #acfb2e

Analogous Colors of #2eacfb

#2eacfb #2e45fb #2efbe4

Monochromatic Colors of #2eacfb

#2eacfb

Complementary Color

#2eacfb #fb7d2e

#2eacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacfb Color CSS Codes

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

#2eacfb Text Font Color

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

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


#2eacfb Background Color

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

This div background color is #2eacfb


#2eacfb Border Color

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

This div border color is #2eacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacfb


Comments

No comments written yet.

Please login to write comment.