Color Hex Logo

#2eacee Color Hex

#2EACEE
(46,172,238)
0 Favorites   0 Comments

Color spaces of #2eacee

RGB 46172238
HSL0.560.850.56
HSV201°81°93°
CMYK 0.810.280.00   0.07
XYZ31.311936.258986.2373
Yxy36.25890.20360.2357
Hunter Lab60.2154-12.5571-42.7613
CIE-Lab66.7173-11.2158-42.4280

#2eacee color RGB value is (46,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11101110
Octal 56 254 356
Decimal 46 172 238
Hex 2E AC EE

RGB Percentages of Color #2eacee

%10.09
%37.72
%52.19

CMYK Percentages of Color #2eacee

%81
%28
%0
%7

Triadic Colors of #2eacee

#2eacee #ee2eac #acee2e

Analogous Colors of #2eacee

#2eacee #2e4cee #2eeed0

Monochromatic Colors of #2eacee

#2eacee

Complementary Color

#2eacee #ee702e

#2eacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacee Color CSS Codes

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

#2eacee Text Font Color

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

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


#2eacee Background Color

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

This div background color is #2eacee


#2eacee Border Color

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

This div border color is #2eacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacee


Comments

No comments written yet.

Please login to write comment.