Color Hex Logo

#2eaafb Color Hex

#2EAAFB
(46,170,251)
0 Favorites   0 Comments

Color spaces of #2eaafb

RGB 46170251
HSL0.570.960.58
HSV204°82°98°
CMYK 0.820.320.00   0.02
XYZ32.914036.295396.5377
Yxy36.29530.19860.2190
Hunter Lab60.2456-7.9098-52.8346
CIE-Lab66.7449-5.5431-49.4724

#2eaafb color RGB value is (46,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 11111011
Octal 56 252 373
Decimal 46 170 251
Hex 2E AA FB

RGB Percentages of Color #2eaafb

%9.85
%36.40
%53.75

CMYK Percentages of Color #2eaafb

%82
%32
%0
%2

Triadic Colors of #2eaafb

#2eaafb #fb2eaa #aafb2e

Analogous Colors of #2eaafb

#2eaafb #2e44fb #2efbe6

Monochromatic Colors of #2eaafb

#2eaafb

Complementary Color

#2eaafb #fb7f2e

#2eaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaafb Color CSS Codes

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

#2eaafb Text Font Color

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

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


#2eaafb Background Color

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

This div background color is #2eaafb


#2eaafb Border Color

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

This div border color is #2eaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaafb


Comments

No comments written yet.

Please login to write comment.