Color Hex Logo

#49faf5 Color Hex

#49FAF5
(73,250,245)
0 Favorites   0 Comments

Color spaces of #49faf5

RGB 73250245
HSL0.500.950.63
HSV178°71°98°
CMYK 0.710.000.02   0.02
XYZ53.414776.380398.3138
Yxy76.38030.23420.3348
Hunter Lab87.3958-43.8468-5.5198
CIE-Lab90.0356-44.4359-10.4872

#49faf5 color RGB value is (73,250,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111010 11110101
Octal 111 372 365
Decimal 73 250 245
Hex 49 FA F5

RGB Percentages of Color #49faf5

%12.85
%44.01
%43.13

CMYK Percentages of Color #49faf5

%71
%0
%2
%2

Triadic Colors of #49faf5

#49faf5 #f549fa #faf549

Analogous Colors of #49faf5

#49faf5 #49a7fa #49fa9d

Monochromatic Colors of #49faf5

#49faf5

Complementary Color

#49faf5 #fa494e

#49faf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49faf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49faf5 Color CSS Codes

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

#49faf5 Text Font Color

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

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


#49faf5 Background Color

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

This div background color is #49faf5


#49faf5 Border Color

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

This div border color is #49faf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49faf5


Comments

No comments written yet.

Please login to write comment.