Color Hex Logo

#49e8cd Color Hex

#49E8CD
(73,232,205)
0 Favorites   0 Comments

Color spaces of #49e8cd

RGB 73232205
HSL0.470.780.60
HSV170°69°91°
CMYK 0.690.000.12   0.09
XYZ42.623763.537567.7751
Yxy63.53750.24510.3653
Hunter Lab79.7104-44.04365.3850
CIE-Lab83.7244-47.13261.1731

#49e8cd color RGB value is (73,232,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101000 11001101
Octal 111 350 315
Decimal 73 232 205
Hex 49 E8 CD

RGB Percentages of Color #49e8cd

%14.31
%45.49
%40.20

CMYK Percentages of Color #49e8cd

%69
%0
%12
%9

Triadic Colors of #49e8cd

#49e8cd #cd49e8 #e8cd49

Analogous Colors of #49e8cd

#49e8cd #49b4e8 #49e87e

Monochromatic Colors of #49e8cd

#49e8cd

Complementary Color

#49e8cd #e84964

#49e8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e8cd Color CSS Codes

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

#49e8cd Text Font Color

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

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


#49e8cd Background Color

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

This div background color is #49e8cd


#49e8cd Border Color

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

This div border color is #49e8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e8cd


Comments

No comments written yet.

Please login to write comment.