Color Hex Logo

#2ebdc0 Color Hex

#2EBDC0
(46,189,192)
0 Favorites   0 Comments

Color spaces of #2ebdc0

RGB 46189192
HSL0.500.610.47
HSV181°76°75°
CMYK 0.760.020.00   0.25
XYZ28.838740.781856.2209
Yxy40.78180.22920.3241
Hunter Lab63.8606-31.1476-7.4946
CIE-Lab70.0228-34.8060-12.1359

#2ebdc0 color RGB value is (46,189,192).

#2ebdc0 hex color red value is 46, green value is 189 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #2ebdc0 hue: 0.50 , saturation: 0.61 and the lightness value of 2ebdc0 is 0.47.

The process color (four color CMYK) of #2ebdc0 color hex is 0.76, 0.02, 0.00, 0.25. Web safe color of #2ebdc0 is #33cccc. Color #2ebdc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111101 11000000
Octal 56 275 300
Decimal 46 189 192
Hex 2E BD C0

RGB Percentages of Color #2ebdc0

%10.77
%44.26
%44.96

CMYK Percentages of Color #2ebdc0

%76
%2
%0
%25

Triadic Colors of #2ebdc0

#2ebdc0 #c02ebd #bdc02e

Analogous Colors of #2ebdc0

#2ebdc0 #2e74c0 #2ec07a

Monochromatic Colors of #2ebdc0

#2ebdc0

Complementary Color

#2ebdc0 #c0312e

#2ebdc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebdc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebdc0 Color CSS Codes

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

#2ebdc0 Text Font Color

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

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


#2ebdc0 Background Color

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

This div background color is #2ebdc0


#2ebdc0 Border Color

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

This div border color is #2ebdc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebdc0


Comments

No comments written yet.

Please login to write comment.