Color Hex Logo

#49eaed Color Hex

#49EAED
(73,234,237)
0 Favorites   0 Comments

Color spaces of #49eaed

RGB 73234237
HSL0.500.820.61
HSV181°69°93°
CMYK 0.690.010.00   0.07
XYZ47.456566.376590.4315
Yxy66.37650.23230.3250
Hunter Lab81.4718-38.6011-8.7801
CIE-Lab85.1881-39.4919-13.5343

#49eaed color RGB value is (73,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 11101101
Octal 111 352 355
Decimal 73 234 237
Hex 49 EA ED

RGB Percentages of Color #49eaed

%13.42
%43.01
%43.57

CMYK Percentages of Color #49eaed

%69
%1
%0
%7

Triadic Colors of #49eaed

#49eaed #ed49ea #eaed49

Analogous Colors of #49eaed

#49eaed #4998ed #49ed9e

Monochromatic Colors of #49eaed

#49eaed

Complementary Color

#49eaed #ed4c49

#49eaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eaed Color CSS Codes

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

#49eaed Text Font Color

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

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


#49eaed Background Color

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

This div background color is #49eaed


#49eaed Border Color

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

This div border color is #49eaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,234,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 #49eaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eaed


Comments

No comments written yet.

Please login to write comment.