Color Hex Logo

#49eddf Color Hex

#49EDDF
(73,237,223)
0 Favorites   0 Comments

Color spaces of #49eddf

RGB 73237223
HSL0.490.820.61
HSV175°69°93°
CMYK 0.690.000.06   0.07
XYZ46.351167.312680.3617
Yxy67.31260.23890.3469
Hunter Lab82.0443-42.7334-0.6431
CIE-Lab85.6616-44.6368-5.4637

#49eddf color RGB value is (73,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 11011111
Octal 111 355 337
Decimal 73 237 223
Hex 49 ED DF

RGB Percentages of Color #49eddf

%13.70
%44.47
%41.84

CMYK Percentages of Color #49eddf

%69
%0
%6
%7

Triadic Colors of #49eddf

#49eddf #df49ed #eddf49

Analogous Colors of #49eddf

#49eddf #49a9ed #49ed8d

Monochromatic Colors of #49eddf

#49eddf

Complementary Color

#49eddf #ed4957

#49eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eddf Color CSS Codes

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

#49eddf Text Font Color

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

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


#49eddf Background Color

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

This div background color is #49eddf


#49eddf Border Color

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

This div border color is #49eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eddf


Comments

No comments written yet.

Please login to write comment.