Color Hex Logo

#49edca Color Hex

#49EDCA
(73,237,202)
0 Favorites   0 Comments

Color spaces of #49edca

RGB 73237202
HSL0.460.820.61
HSV167°69°93°
CMYK 0.690.000.15   0.07
XYZ43.692566.249166.3616
Yxy66.24910.24780.3758
Hunter Lab81.3936-46.61898.6353
CIE-Lab85.1233-49.99004.7806

#49edca color RGB value is (73,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 11001010
Octal 111 355 312
Decimal 73 237 202
Hex 49 ED CA

RGB Percentages of Color #49edca

%14.26
%46.29
%39.45

CMYK Percentages of Color #49edca

%69
%0
%15
%7

Triadic Colors of #49edca

#49edca #ca49ed #edca49

Analogous Colors of #49edca

#49edca #49beed #49ed78

Monochromatic Colors of #49edca

#49edca

Complementary Color

#49edca #ed496c

#49edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49edca Color CSS Codes

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

#49edca Text Font Color

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

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


#49edca Background Color

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

This div background color is #49edca


#49edca Border Color

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

This div border color is #49edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49edca


Comments

No comments written yet.

Please login to write comment.