Color Hex Logo

#49ede1 Color Hex

#49EDE1
(73,237,225)
0 Favorites   0 Comments

Color spaces of #49ede1

RGB 73237225
HSL0.490.820.61
HSV176°69°93°
CMYK 0.690.000.05   0.07
XYZ46.622467.421181.7905
Yxy67.42110.23810.3443
Hunter Lab82.1104-42.3405-1.5818
CIE-Lab85.7162-44.1057-6.4345

#49ede1 color RGB value is (73,237,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 11100001
Octal 111 355 341
Decimal 73 237 225
Hex 49 ED E1

RGB Percentages of Color #49ede1

%13.64
%44.30
%42.06

CMYK Percentages of Color #49ede1

%69
%0
%5
%7

Triadic Colors of #49ede1

#49ede1 #e149ed #ede149

Analogous Colors of #49ede1

#49ede1 #49a7ed #49ed8f

Monochromatic Colors of #49ede1

#49ede1

Complementary Color

#49ede1 #ed4955

#49ede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ede1 Color CSS Codes

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

#49ede1 Text Font Color

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

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


#49ede1 Background Color

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

This div background color is #49ede1


#49ede1 Border Color

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

This div border color is #49ede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ede1


Comments

No comments written yet.

Please login to write comment.