Color Hex Logo

#2eaeff Color Hex

#2EAEFF
(46,174,255)
0 Favorites   0 Comments

Color spaces of #2eaeff

RGB 46174255
HSL0.561.000.59
HSV203°82°100°
CMYK 0.820.320.00   0.00
XYZ34.312838.0729100.1481
Yxy38.07290.19890.2207
Hunter Lab61.7032-8.7179-53.0390
CIE-Lab68.0743-6.3680-49.5464

#2eaeff color RGB value is (46,174,255).

#2eaeff hex color red value is 46, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2eaeff hue: 0.56 , saturation: 1.00 and the lightness value of 2eaeff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101110 11111111
Octal 56 256 377
Decimal 46 174 255
Hex 2E AE FF

RGB Percentages of Color #2eaeff

%9.68
%36.63
%53.68

CMYK Percentages of Color #2eaeff

%82
%32
%0
%0

Triadic Colors of #2eaeff

#2eaeff #ff2eae #aeff2e

Analogous Colors of #2eaeff

#2eaeff #2e46ff #2effe8

Monochromatic Colors of #2eaeff

#2eaeff

Complementary Color

#2eaeff #ff7f2e

#2eaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaeff Color CSS Codes

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

#2eaeff Text Font Color

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

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


#2eaeff Background Color

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

This div background color is #2eaeff


#2eaeff Border Color

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

This div border color is #2eaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.