Color Hex Logo

#49fdfb Color Hex

#49FDFB
(73,253,251)
0 Favorites   0 Comments

Color spaces of #49fdfb

RGB 73253251
HSL0.500.980.64
HSV179°71°99°
CMYK 0.710.000.01   0.01
XYZ55.285578.6321103.5304
Yxy78.63210.23280.3312
Hunter Lab88.6747-43.8925-7.1505
CIE-Lab91.0676-44.1220-12.0682

#49fdfb color RGB value is (73,253,251).

#49fdfb hex color red value is 73, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #49fdfb hue: 0.50 , saturation: 0.98 and the lightness value of 49fdfb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111101 11111011
Octal 111 375 373
Decimal 73 253 251
Hex 49 FD FB

RGB Percentages of Color #49fdfb

%12.65
%43.85
%43.50

CMYK Percentages of Color #49fdfb

%71
%0
%1
%1

Triadic Colors of #49fdfb

#49fdfb #fb49fd #fdfb49

Analogous Colors of #49fdfb

#49fdfb #49a5fd #49fda1

Monochromatic Colors of #49fdfb

#49fdfb

Complementary Color

#49fdfb #fd494b

#49fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fdfb Color CSS Codes

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

#49fdfb Text Font Color

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

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


#49fdfb Background Color

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

This div background color is #49fdfb


#49fdfb Border Color

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

This div border color is #49fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.