Color Hex Logo

#2eabaf Color Hex

#2EABAF
(46,171,175)
0 Favorites   0 Comments

Color spaces of #2eabaf

RGB 46171175
HSL0.510.580.43
HSV182°74°69°
CMYK 0.740.020.00   0.31
XYZ23.427532.801845.6541
Yxy32.80180.22990.3220
Hunter Lab57.2729-27.2120-7.1710
CIE-Lab64.0001-31.3317-11.7624

#2eabaf color RGB value is (46,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101011 10101111
Octal 56 253 257
Decimal 46 171 175
Hex 2E AB AF

RGB Percentages of Color #2eabaf

%11.73
%43.62
%44.64

CMYK Percentages of Color #2eabaf

%74
%2
%0
%31

Triadic Colors of #2eabaf

#2eabaf #af2eab #abaf2e

Analogous Colors of #2eabaf

#2eabaf #2e6baf #2eaf73

Monochromatic Colors of #2eabaf

#2eabaf

Complementary Color

#2eabaf #af322e

#2eabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eabaf Color CSS Codes

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

#2eabaf Text Font Color

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

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


#2eabaf Background Color

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

This div background color is #2eabaf


#2eabaf Border Color

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

This div border color is #2eabaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,171,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 #2eabaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eabaf


Comments

No comments written yet.

Please login to write comment.