Color Hex Logo

#2eaaaf Color Hex

#2EAAAF
(46,170,175)
0 Favorites   0 Comments

Color spaces of #2eaaaf

RGB 46170175
HSL0.510.580.43
HSV182°74°69°
CMYK 0.740.030.00   0.31
XYZ23.239332.425445.5913
Yxy32.42540.22950.3202
Hunter Lab56.9433-26.8026-7.6099
CIE-Lab63.6929-30.8493-12.2233

#2eaaaf color RGB value is (46,170,175).

#2eaaaf hex color red value is 46, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2eaaaf hue: 0.51 , saturation: 0.58 and the lightness value of 2eaaaf is 0.43.

The process color (four color CMYK) of #2eaaaf color hex is 0.74, 0.03, 0.00, 0.31. Web safe color of #2eaaaf is #339999. Color #2eaaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 10101111
Octal 56 252 257
Decimal 46 170 175
Hex 2E AA AF

RGB Percentages of Color #2eaaaf

%11.76
%43.48
%44.76

CMYK Percentages of Color #2eaaaf

%74
%3
%0
%31

Triadic Colors of #2eaaaf

#2eaaaf #af2eaa #aaaf2e

Analogous Colors of #2eaaaf

#2eaaaf #2e6aaf #2eaf74

Monochromatic Colors of #2eaaaf

#2eaaaf

Complementary Color

#2eaaaf #af332e

#2eaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaaaf Color CSS Codes

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

#2eaaaf Text Font Color

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

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


#2eaaaf Background Color

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

This div background color is #2eaaaf


#2eaaaf Border Color

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

This div border color is #2eaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaaaf


Comments

No comments written yet.

Please login to write comment.