Color Hex Logo

#2eaced Color Hex

#2EACED
(46,172,237)
0 Favorites   0 Comments

Color spaces of #2eaced

RGB 46172237
HSL0.560.840.55
HSV200°81°93°
CMYK 0.810.270.00   0.07
XYZ31.165336.200385.4655
Yxy36.20030.20390.2369
Hunter Lab60.1667-12.8318-42.1035
CIE-Lab66.6727-11.5634-41.9512

#2eaced color RGB value is (46,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11101101
Octal 56 254 355
Decimal 46 172 237
Hex 2E AC ED

RGB Percentages of Color #2eaced

%10.11
%37.80
%52.09

CMYK Percentages of Color #2eaced

%81
%27
%0
%7

Triadic Colors of #2eaced

#2eaced #ed2eac #aced2e

Analogous Colors of #2eaced

#2eaced #2e4ced #2eedcf

Monochromatic Colors of #2eaced

#2eaced

Complementary Color

#2eaced #ed6f2e

#2eaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaced Color CSS Codes

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

#2eaced Text Font Color

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

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


#2eaced Background Color

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

This div background color is #2eaced


#2eaced Border Color

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

This div border color is #2eaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaced


Comments

No comments written yet.

Please login to write comment.