Color Hex Logo

#2ea5ef Color Hex

#2EA5EF
(46,165,239)
0 Favorites   0 Comments

Color spaces of #2ea5ef

RGB 46165239
HSL0.560.860.56
HSV203°81°94°
CMYK 0.810.310.00   0.06
XYZ30.161833.723186.5809
Yxy33.72310.20050.2241
Hunter Lab58.0716-8.9142-47.7473
CIE-Lab64.7422-6.9833-46.0788

#2ea5ef color RGB value is (46,165,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100101 11101111
Octal 56 245 357
Decimal 46 165 239
Hex 2E A5 EF

RGB Percentages of Color #2ea5ef

%10.22
%36.67
%53.11

CMYK Percentages of Color #2ea5ef

%81
%31
%0
%6

Triadic Colors of #2ea5ef

#2ea5ef #ef2ea5 #a5ef2e

Analogous Colors of #2ea5ef

#2ea5ef #2e45ef #2eefd9

Monochromatic Colors of #2ea5ef

#2ea5ef

Complementary Color

#2ea5ef #ef782e

#2ea5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea5ef Color CSS Codes

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

#2ea5ef Text Font Color

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

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


#2ea5ef Background Color

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

This div background color is #2ea5ef


#2ea5ef Border Color

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

This div border color is #2ea5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea5ef


Comments

No comments written yet.

Please login to write comment.