Color Hex Logo

#2eaebd Color Hex

#2EAEBD
(46,174,189)
0 Favorites   0 Comments

Color spaces of #2eaebd

RGB 46174189
HSL0.520.610.46
HSV186°76°74°
CMYK 0.760.080.00   0.26
XYZ25.448134.527153.4672
Yxy34.52710.22430.3044
Hunter Lab58.7598-25.5235-12.8178
CIE-Lab65.3788-28.5088-17.4791

#2eaebd color RGB value is (46,174,189).

#2eaebd hex color red value is 46, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2eaebd hue: 0.52 , saturation: 0.61 and the lightness value of 2eaebd is 0.46.

The process color (four color CMYK) of #2eaebd color hex is 0.76, 0.08, 0.00, 0.26. Web safe color of #2eaebd is #3399cc. Color #2eaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101110 10111101
Octal 56 256 275
Decimal 46 174 189
Hex 2E AE BD

RGB Percentages of Color #2eaebd

%11.25
%42.54
%46.21

CMYK Percentages of Color #2eaebd

%76
%8
%0
%26

Triadic Colors of #2eaebd

#2eaebd #bd2eae #aebd2e

Analogous Colors of #2eaebd

#2eaebd #2e67bd #2ebd85

Monochromatic Colors of #2eaebd

#2eaebd

Complementary Color

#2eaebd #bd3d2e

#2eaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaebd Color CSS Codes

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

#2eaebd Text Font Color

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

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


#2eaebd Background Color

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

This div background color is #2eaebd


#2eaebd Border Color

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

This div border color is #2eaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaebd


Comments

No comments written yet.

Please login to write comment.