Color Hex Logo

#2eaffa Color Hex

#2EAFFA
(46,175,250)
0 Favorites   0 Comments

Color spaces of #2eaffa

RGB 46175250
HSL0.560.950.58
HSV202°82°98°
CMYK 0.820.300.00   0.02
XYZ33.712038.142996.0280
Yxy38.14290.20080.2272
Hunter Lab61.7599-10.6447-48.9556
CIE-Lab68.1258-8.6801-46.7529

#2eaffa color RGB value is (46,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101111 11111010
Octal 56 257 372
Decimal 46 175 250
Hex 2E AF FA

RGB Percentages of Color #2eaffa

%9.77
%37.15
%53.08

CMYK Percentages of Color #2eaffa

%82
%30
%0
%2

Triadic Colors of #2eaffa

#2eaffa #fa2eaf #affa2e

Analogous Colors of #2eaffa

#2eaffa #2e49fa #2efadf

Monochromatic Colors of #2eaffa

#2eaffa

Complementary Color

#2eaffa #fa792e

#2eaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaffa Color CSS Codes

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

#2eaffa Text Font Color

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

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


#2eaffa Background Color

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

This div background color is #2eaffa


#2eaffa Border Color

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

This div border color is #2eaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaffa


Comments

No comments written yet.

Please login to write comment.