Color Hex Logo

#2eacea Color Hex

#2EACEA
(46,172,234)
0 Favorites   0 Comments

Color spaces of #2eacea

RGB 46172234
HSL0.550.820.55
HSV200°80°92°
CMYK 0.800.260.00   0.08
XYZ30.730536.026483.1760
Yxy36.02640.20500.2403
Hunter Lab60.0220-13.6488-40.1462
CIE-Lab66.5401-12.6028-40.5175

#2eacea color RGB value is (46,172,234).

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

The process color (four color CMYK) of #2eacea color hex is 0.80, 0.26, 0.00, 0.08. Web safe color of #2eacea is #3399ff. Color #2eacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11101010
Octal 56 254 352
Decimal 46 172 234
Hex 2E AC EA

RGB Percentages of Color #2eacea

%10.18
%38.05
%51.77

CMYK Percentages of Color #2eacea

%80
%26
%0
%8

Triadic Colors of #2eacea

#2eacea #ea2eac #acea2e

Analogous Colors of #2eacea

#2eacea #2e4eea #2eeaca

Monochromatic Colors of #2eacea

#2eacea

Complementary Color

#2eacea #ea6c2e

#2eacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacea Color CSS Codes

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

#2eacea Text Font Color

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

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


#2eacea Background Color

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

This div background color is #2eacea


#2eacea Border Color

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

This div border color is #2eacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacea


Comments

No comments written yet.

Please login to write comment.