Color Hex Logo

#49fada Color Hex

#49FADA
(73,250,218)
0 Favorites   0 Comments

Color spaces of #49fada

RGB 73250218
HSL0.470.950.63
HSV169°71°98°
CMYK 0.710.000.13   0.02
XYZ49.588174.849678.1635
Yxy74.84960.24480.3694
Hunter Lab86.5157-49.09176.9948
CIE-Lab89.3225-51.46042.5115

#49fada color RGB value is (73,250,218).

#49fada hex color red value is 73, green value is 250 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #49fada hue: 0.47 , saturation: 0.95 and the lightness value of 49fada is 0.63.

The process color (four color CMYK) of #49fada color hex is 0.71, 0.00, 0.13, 0.02. Web safe color of #49fada is #33ffcc. Color #49fada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 11011010
Octal 111 372 332
Decimal 73 250 218
Hex 49 FA DA

RGB Percentages of Color #49fada

%13.49
%46.21
%40.30

CMYK Percentages of Color #49fada

%71
%0
%13
%2

Triadic Colors of #49fada

#49fada #da49fa #fada49

Analogous Colors of #49fada

#49fada #49c2fa #49fa82

Monochromatic Colors of #49fada

#49fada

Complementary Color

#49fada #fa4969

#49fada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fada Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fada Color CSS Codes

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

#49fada Text Font Color

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

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


#49fada Background Color

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

This div background color is #49fada


#49fada Border Color

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

This div border color is #49fada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fada


Comments

No comments written yet.

Please login to write comment.