Color Hex Logo

#2eaeef Color Hex

#2EAEEF
(46,174,239)
0 Favorites   0 Comments

Color spaces of #2eaeef

RGB 46174239
HSL0.560.860.56
HSV200°81°94°
CMYK 0.810.270.00   0.06
XYZ31.842837.084987.1412
Yxy37.08490.20400.2376
Hunter Lab60.8974-13.2340-42.2130
CIE-Lab67.3407-11.9621-41.9975

#2eaeef color RGB value is (46,174,239).

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

The process color (four color CMYK) of #2eaeef color hex is 0.81, 0.27, 0.00, 0.06. Web safe color of #2eaeef is #3399ff. Color #2eaeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101110 11101111
Octal 56 256 357
Decimal 46 174 239
Hex 2E AE EF

RGB Percentages of Color #2eaeef

%10.02
%37.91
%52.07

CMYK Percentages of Color #2eaeef

%81
%27
%0
%6

Triadic Colors of #2eaeef

#2eaeef #ef2eae #aeef2e

Analogous Colors of #2eaeef

#2eaeef #2e4eef #2eefd0

Monochromatic Colors of #2eaeef

#2eaeef

Complementary Color

#2eaeef #ef6f2e

#2eaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaeef Color CSS Codes

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

#2eaeef Text Font Color

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

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


#2eaeef Background Color

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

This div background color is #2eaeef


#2eaeef Border Color

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

This div border color is #2eaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaeef


Comments

No comments written yet.

Please login to write comment.