Color Hex Logo

#49ebce Color Hex

#49EBCE
(73,235,206)
0 Favorites   0 Comments

Color spaces of #49ebce

RGB 73235206
HSL0.470.800.60
HSV169°69°92°
CMYK 0.690.000.12   0.08
XYZ43.596665.289468.6968
Yxy65.28940.24550.3677
Hunter Lab80.8019-45.09376.1536
CIE-Lab84.6326-48.15751.9685

#49ebce color RGB value is (73,235,206).

#49ebce hex color red value is 73, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #49ebce hue: 0.47 , saturation: 0.80 and the lightness value of 49ebce is 0.60.

The process color (four color CMYK) of #49ebce color hex is 0.69, 0.00, 0.12, 0.08. Web safe color of #49ebce is #33ffcc. Color #49ebce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101011 11001110
Octal 111 353 316
Decimal 73 235 206
Hex 49 EB CE

RGB Percentages of Color #49ebce

%14.20
%45.72
%40.08

CMYK Percentages of Color #49ebce

%69
%0
%12
%8

Triadic Colors of #49ebce

#49ebce #ce49eb #ebce49

Analogous Colors of #49ebce

#49ebce #49b7eb #49eb7d

Monochromatic Colors of #49ebce

#49ebce

Complementary Color

#49ebce #eb4966

#49ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ebce Color CSS Codes

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

#49ebce Text Font Color

<p style="color:#49ebce">Text here</p>

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


#49ebce Background Color

<div style="background-color:#49ebce">
Div content here</div>

This div background color is #49ebce


#49ebce Border Color

<div style="border:3px solid #49ebce">
Div here</div>

This div border color is #49ebce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,235,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49ebce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49ebce;
  -webkit-box-shadow: 1px 1px 3px 2px #49ebce;
  box-shadow:         1px 1px 3px 2px #49ebce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,235,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ebce


Comments

No comments written yet.

Please login to write comment.