Color Hex Logo

#49fefc Color Hex

#49FEFC
(73,254,252)
0 Favorites   0 Comments

Color spaces of #49fefc

RGB 73254252
HSL0.500.990.64
HSV179°71°100°
CMYK 0.710.000.01   0.00
XYZ55.760279.3284104.4685
Yxy79.32840.23280.3311
Hunter Lab89.0665-44.1162-7.1963
CIE-Lab91.3827-44.2891-12.1172

#49fefc color RGB value is (73,254,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 11111100
Octal 111 376 374
Decimal 73 254 252
Hex 49 FE FC

RGB Percentages of Color #49fefc

%12.61
%43.87
%43.52

CMYK Percentages of Color #49fefc

%71
%0
%1
%0

Triadic Colors of #49fefc

#49fefc #fc49fe #fefc49

Analogous Colors of #49fefc

#49fefc #49a6fe #49fea2

Monochromatic Colors of #49fefc

#49fefc

Complementary Color

#49fefc #fe494b

#49fefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fefc Color CSS Codes

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

#49fefc Text Font Color

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

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


#49fefc Background Color

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

This div background color is #49fefc


#49fefc Border Color

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

This div border color is #49fefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fefc

Related Colors


Comments

No comments written yet.

Please login to write comment.