Color Hex Logo

#2eacff Color Hex

#2EACFF
(46,172,255)
0 Favorites   0 Comments

Color spaces of #2eacff

RGB 46172255
HSL0.571.000.59
HSV204°82°100°
CMYK 0.820.330.00   0.00
XYZ33.929237.3059100.0202
Yxy37.30590.19810.2178
Hunter Lab61.0786-7.7305-54.3363
CIE-Lab67.5059-5.2497-50.4435

#2eacff color RGB value is (46,172,255).

#2eacff hex color red value is 46, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2eacff hue: 0.57 , saturation: 1.00 and the lightness value of 2eacff is 0.59.

The process color (four color CMYK) of #2eacff color hex is 0.82, 0.33, 0.00, 0.00. Web safe color of #2eacff is #3399ff. Color #2eacff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11111111
Octal 56 254 377
Decimal 46 172 255
Hex 2E AC FF

RGB Percentages of Color #2eacff

%9.73
%36.36
%53.91

CMYK Percentages of Color #2eacff

%82
%33
%0
%0

Triadic Colors of #2eacff

#2eacff #ff2eac #acff2e

Analogous Colors of #2eacff

#2eacff #2e43ff #2effea

Monochromatic Colors of #2eacff

#2eacff

Complementary Color

#2eacff #ff812e

#2eacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacff Color CSS Codes

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

#2eacff Text Font Color

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

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


#2eacff Background Color

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

This div background color is #2eacff


#2eacff Border Color

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

This div border color is #2eacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacff


Comments

No comments written yet.

Please login to write comment.