Color Hex Logo

#2eadee Color Hex

#2EADEE
(46,173,238)
0 Favorites   0 Comments

Color spaces of #2eadee

RGB 46173238
HSL0.560.850.56
HSV200°81°93°
CMYK 0.810.270.00   0.07
XYZ31.502936.641086.3010
Yxy36.64100.20400.2372
Hunter Lab60.5318-13.0329-42.1583
CIE-Lab67.0068-11.7631-41.9744

#2eadee color RGB value is (46,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 11101110
Octal 56 255 356
Decimal 46 173 238
Hex 2E AD EE

RGB Percentages of Color #2eadee

%10.07
%37.86
%52.08

CMYK Percentages of Color #2eadee

%81
%27
%0
%7

Triadic Colors of #2eadee

#2eadee #ee2ead #adee2e

Analogous Colors of #2eadee

#2eadee #2e4dee #2eeecf

Monochromatic Colors of #2eadee

#2eadee

Complementary Color

#2eadee #ee6f2e

#2eadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadee Color CSS Codes

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

#2eadee Text Font Color

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

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


#2eadee Background Color

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

This div background color is #2eadee


#2eadee Border Color

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

This div border color is #2eadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadee


Comments

No comments written yet.

Please login to write comment.