Color Hex Logo

#2eaded Color Hex

#2EADED
(46,173,237)
0 Favorites   0 Comments

Color spaces of #2eaded

RGB 46173237
HSL0.560.840.55
HSV200°81°93°
CMYK 0.810.270.00   0.07
XYZ31.356336.582485.5292
Yxy36.58240.20430.2384
Hunter Lab60.4834-13.3065-41.5033
CIE-Lab66.9625-12.1098-41.4973

#2eaded color RGB value is (46,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 11101101
Octal 56 255 355
Decimal 46 173 237
Hex 2E AD ED

RGB Percentages of Color #2eaded

%10.09
%37.94
%51.97

CMYK Percentages of Color #2eaded

%81
%27
%0
%7

Triadic Colors of #2eaded

#2eaded #ed2ead #aded2e

Analogous Colors of #2eaded

#2eaded #2e4ded #2eedce

Monochromatic Colors of #2eaded

#2eaded

Complementary Color

#2eaded #ed6e2e

#2eaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaded Color CSS Codes

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

#2eaded Text Font Color

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

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


#2eaded Background Color

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

This div background color is #2eaded


#2eaded Border Color

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

This div border color is #2eaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaded


Comments

No comments written yet.

Please login to write comment.