Color Hex Logo

#2ebcad Color Hex

#2EBCAD
(46,188,173)
0 Favorites   0 Comments

Color spaces of #2ebcad

RGB 46188173
HSL0.480.610.46
HSV174°76°74°
CMYK 0.760.000.08   0.26
XYZ26.652839.564445.7671
Yxy39.56440.23800.3533
Hunter Lab62.9002-34.43940.8899
CIE-Lab69.1581-39.7920-2.9926

#2ebcad color RGB value is (46,188,173).

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

The process color (four color CMYK) of #2ebcad color hex is 0.76, 0.00, 0.08, 0.26. Web safe color of #2ebcad is #33cc99. Color #2ebcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111100 10101101
Octal 56 274 255
Decimal 46 188 173
Hex 2E BC AD

RGB Percentages of Color #2ebcad

%11.30
%46.19
%42.51

CMYK Percentages of Color #2ebcad

%76
%0
%8
%26

Triadic Colors of #2ebcad

#2ebcad #ad2ebc #bcad2e

Analogous Colors of #2ebcad

#2ebcad #2e84bc #2ebc66

Monochromatic Colors of #2ebcad

#2ebcad

Complementary Color

#2ebcad #bc2e3d

#2ebcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebcad Color CSS Codes

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

#2ebcad Text Font Color

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

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


#2ebcad Background Color

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

This div background color is #2ebcad


#2ebcad Border Color

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

This div border color is #2ebcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebcad


Comments

No comments written yet.

Please login to write comment.