Color Hex Logo

#2eb7ae Color Hex

#2EB7AE
(46,183,174)
0 Favorites   0 Comments

Color spaces of #2eb7ae

RGB 46183174
HSL0.490.600.45
HSV176°75°72°
CMYK 0.750.000.05   0.28
XYZ25.700237.503845.9288
Yxy37.50380.23550.3437
Hunter Lab61.2403-32.2611-1.5978
CIE-Lab67.6533-37.2520-5.7634

#2eb7ae color RGB value is (46,183,174).

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

The process color (four color CMYK) of #2eb7ae color hex is 0.75, 0.00, 0.05, 0.28. Web safe color of #2eb7ae is #33cc99. Color #2eb7ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110111 10101110
Octal 56 267 256
Decimal 46 183 174
Hex 2E B7 AE

RGB Percentages of Color #2eb7ae

%11.41
%45.41
%43.18

CMYK Percentages of Color #2eb7ae

%75
%0
%5
%28

Triadic Colors of #2eb7ae

#2eb7ae #ae2eb7 #b7ae2e

Analogous Colors of #2eb7ae

#2eb7ae #2e7cb7 #2eb76a

Monochromatic Colors of #2eb7ae

#2eb7ae

Complementary Color

#2eb7ae #b72e37

#2eb7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb7ae Color CSS Codes

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

#2eb7ae Text Font Color

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

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


#2eb7ae Background Color

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

This div background color is #2eb7ae


#2eb7ae Border Color

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

This div border color is #2eb7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb7ae


Comments

No comments written yet.

Please login to write comment.