Color Hex Logo

#2eadbf Color Hex

#2EADBF
(46,173,191)
0 Favorites   0 Comments

Color spaces of #2eadbf

RGB 46173191
HSL0.520.610.46
HSV187°76°75°
CMYK 0.760.090.00   0.25
XYZ25.474334.229654.5545
Yxy34.22960.22300.2996
Hunter Lab58.5061-24.6644-14.3312
CIE-Lab65.1444-27.3879-18.9457

#2eadbf color RGB value is (46,173,191).

#2eadbf hex color red value is 46, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2eadbf hue: 0.52 , saturation: 0.61 and the lightness value of 2eadbf is 0.46.

The process color (four color CMYK) of #2eadbf color hex is 0.76, 0.09, 0.00, 0.25. Web safe color of #2eadbf is #3399cc. Color #2eadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 10111111
Octal 56 255 277
Decimal 46 173 191
Hex 2E AD BF

RGB Percentages of Color #2eadbf

%11.22
%42.20
%46.59

CMYK Percentages of Color #2eadbf

%76
%9
%0
%25

Triadic Colors of #2eadbf

#2eadbf #bf2ead #adbf2e

Analogous Colors of #2eadbf

#2eadbf #2e65bf #2ebf89

Monochromatic Colors of #2eadbf

#2eadbf

Complementary Color

#2eadbf #bf402e

#2eadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadbf Color CSS Codes

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

#2eadbf Text Font Color

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

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


#2eadbf Background Color

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

This div background color is #2eadbf


#2eadbf Border Color

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

This div border color is #2eadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadbf


Comments

No comments written yet.

Please login to write comment.