Color Hex Logo

#2eaeed Color Hex

#2EAEED
(46,174,237)
0 Favorites   0 Comments

Color spaces of #2eaeed

RGB 46174237
HSL0.550.840.55
HSV200°81°93°
CMYK 0.810.270.00   0.07
XYZ31.548836.967485.5934
Yxy36.96740.20470.2399
Hunter Lab60.8008-13.7800-40.9059
CIE-Lab67.2526-12.6544-41.0434

#2eaeed color RGB value is (46,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101110 11101101
Octal 56 256 355
Decimal 46 174 237
Hex 2E AE ED

RGB Percentages of Color #2eaeed

%10.07
%38.07
%51.86

CMYK Percentages of Color #2eaeed

%81
%27
%0
%7

Triadic Colors of #2eaeed

#2eaeed #ed2eae #aeed2e

Analogous Colors of #2eaeed

#2eaeed #2e4fed #2eedcd

Monochromatic Colors of #2eaeed

#2eaeed

Complementary Color

#2eaeed #ed6d2e

#2eaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaeed Color CSS Codes

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

#2eaeed Text Font Color

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

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


#2eaeed Background Color

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

This div background color is #2eaeed


#2eaeed Border Color

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

This div border color is #2eaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaeed


Comments

No comments written yet.

Please login to write comment.