Color Hex Logo

#2ea7ff Color Hex

#2EA7FF
(46,167,255)
0 Favorites   0 Comments

Color spaces of #2ea7ff

RGB 46167255
HSL0.571.000.59
HSV205°82°100°
CMYK 0.820.350.00   0.00
XYZ32.995435.438399.7090
Yxy35.43830.19620.2108
Hunter Lab59.5301-5.2414-57.6358
CIE-Lab66.0885-2.4244-52.6855

#2ea7ff color RGB value is (46,167,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100111 11111111
Octal 56 247 377
Decimal 46 167 255
Hex 2E A7 FF

RGB Percentages of Color #2ea7ff

%9.83
%35.68
%54.49

CMYK Percentages of Color #2ea7ff

%82
%35
%0
%0

Triadic Colors of #2ea7ff

#2ea7ff #ff2ea7 #a7ff2e

Analogous Colors of #2ea7ff

#2ea7ff #2e3eff #2effef

Monochromatic Colors of #2ea7ff

#2ea7ff

Complementary Color

#2ea7ff #ff862e

#2ea7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea7ff Color CSS Codes

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

#2ea7ff Text Font Color

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

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


#2ea7ff Background Color

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

This div background color is #2ea7ff


#2ea7ff Border Color

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

This div border color is #2ea7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.