Color Hex Logo

#2eaab8 Color Hex

#2EAAB8
(46,170,184)
0 Favorites   0 Comments

Color spaces of #2eaab8

RGB 46170184
HSL0.520.600.45
HSV186°75°72°
CMYK 0.750.080.00   0.28
XYZ24.153232.791050.4037
Yxy32.79100.22500.3055
Hunter Lab57.2634-24.9213-12.1031
CIE-Lab63.9913-28.0897-16.7983

#2eaab8 color RGB value is (46,170,184).

#2eaab8 hex color red value is 46, green value is 170 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #2eaab8 hue: 0.52 , saturation: 0.60 and the lightness value of 2eaab8 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 10111000
Octal 56 252 270
Decimal 46 170 184
Hex 2E AA B8

RGB Percentages of Color #2eaab8

%11.50
%42.50
%46.00

CMYK Percentages of Color #2eaab8

%75
%8
%0
%28

Triadic Colors of #2eaab8

#2eaab8 #b82eaa #aab82e

Analogous Colors of #2eaab8

#2eaab8 #2e65b8 #2eb881

Monochromatic Colors of #2eaab8

#2eaab8

Complementary Color

#2eaab8 #b83c2e

#2eaab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaab8 Color CSS Codes

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

#2eaab8 Text Font Color

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

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


#2eaab8 Background Color

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

This div background color is #2eaab8


#2eaab8 Border Color

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

This div border color is #2eaab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaab8


Comments

No comments written yet.

Please login to write comment.