Color Hex Logo

#2eaaa5 Color Hex

#2EAAA5
(46,170,165)
0 Favorites   0 Comments

Color spaces of #2eaaa5

RGB 46170165
HSL0.490.570.42
HSV178°73°67°
CMYK 0.730.000.03   0.33
XYZ22.293032.046940.6080
Yxy32.04690.23480.3375
Hunter Lab56.6100-28.7742-2.9035
CIE-Lab63.3816-33.8102-7.0969

#2eaaa5 color RGB value is (46,170,165).

#2eaaa5 hex color red value is 46, green value is 170 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #2eaaa5 hue: 0.49 , saturation: 0.57 and the lightness value of 2eaaa5 is 0.42.

The process color (four color CMYK) of #2eaaa5 color hex is 0.73, 0.00, 0.03, 0.33. Web safe color of #2eaaa5 is #339999. Color #2eaaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 10100101
Octal 56 252 245
Decimal 46 170 165
Hex 2E AA A5

RGB Percentages of Color #2eaaa5

%12.07
%44.62
%43.31

CMYK Percentages of Color #2eaaa5

%73
%0
%3
%33

Triadic Colors of #2eaaa5

#2eaaa5 #a52eaa #aaa52e

Analogous Colors of #2eaaa5

#2eaaa5 #2e71aa #2eaa67

Monochromatic Colors of #2eaaa5

#2eaaa5

Complementary Color

#2eaaa5 #aa2e33

#2eaaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaaa5 Color CSS Codes

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

#2eaaa5 Text Font Color

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

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


#2eaaa5 Background Color

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

This div background color is #2eaaa5


#2eaaa5 Border Color

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

This div border color is #2eaaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaaa5


Comments

No comments written yet.

Please login to write comment.