Color Hex Logo

#2eacef Color Hex

#2EACEF
(46,172,239)
0 Favorites   0 Comments

Color spaces of #2eacef

RGB 46172239
HSL0.560.860.56
HSV201°81°94°
CMYK 0.810.280.00   0.06
XYZ31.459236.317987.0133
Yxy36.31790.20320.2346
Hunter Lab60.2643-12.2820-43.4215
CIE-Lab66.7621-10.8684-42.9041

#2eacef color RGB value is (46,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11101111
Octal 56 254 357
Decimal 46 172 239
Hex 2E AC EF

RGB Percentages of Color #2eacef

%10.07
%37.64
%52.30

CMYK Percentages of Color #2eacef

%81
%28
%0
%6

Triadic Colors of #2eacef

#2eacef #ef2eac #acef2e

Analogous Colors of #2eacef

#2eacef #2e4bef #2eefd2

Monochromatic Colors of #2eacef

#2eacef

Complementary Color

#2eacef #ef712e

#2eacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacef Color CSS Codes

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

#2eacef Text Font Color

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

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


#2eacef Background Color

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

This div background color is #2eacef


#2eacef Border Color

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

This div border color is #2eacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacef


Comments

No comments written yet.

Please login to write comment.