Color Hex Logo

#49ebed Color Hex

#49EBED
(73,235,237)
0 Favorites   0 Comments

Color spaces of #49ebed

RGB 73235237
HSL0.500.820.61
HSV181°69°93°
CMYK 0.690.010.00   0.07
XYZ47.742066.947690.5267
Yxy66.94760.23260.3262
Hunter Lab81.8215-39.0348-8.3229
CIE-Lab85.4775-39.9454-13.1013

#49ebed color RGB value is (73,235,237).

#49ebed hex color red value is 73, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #49ebed hue: 0.50 , saturation: 0.82 and the lightness value of 49ebed is 0.61.

The process color (four color CMYK) of #49ebed color hex is 0.69, 0.01, 0.00, 0.07. Web safe color of #49ebed is #33ffff. Color #49ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101011 11101101
Octal 111 353 355
Decimal 73 235 237
Hex 49 EB ED

RGB Percentages of Color #49ebed

%13.39
%43.12
%43.49

CMYK Percentages of Color #49ebed

%69
%1
%0
%7

Triadic Colors of #49ebed

#49ebed #ed49eb #ebed49

Analogous Colors of #49ebed

#49ebed #4999ed #49ed9d

Monochromatic Colors of #49ebed

#49ebed

Complementary Color

#49ebed #ed4b49

#49ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ebed Color CSS Codes

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

#49ebed Text Font Color

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

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


#49ebed Background Color

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

This div background color is #49ebed


#49ebed Border Color

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

This div border color is #49ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ebed


Comments

No comments written yet.

Please login to write comment.