Color Hex Logo

#49cffc Color Hex

#49CFFC
(73,207,252)
0 Favorites   0 Comments

Color spaces of #49cffc

RGB 73207252
HSL0.540.970.64
HSV195°71°99°
CMYK 0.710.180.00   0.01
XYZ42.631253.0704100.0922
Yxy53.07040.21770.2711
Hunter Lab72.8494-23.0290-30.4675
CIE-Lab77.9165-22.0763-32.5408

#49cffc color RGB value is (73,207,252).

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

The process color (four color CMYK) of #49cffc color hex is 0.71, 0.18, 0.00, 0.01. Web safe color of #49cffc is #33ccff. Color #49cffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001111 11111100
Octal 111 317 374
Decimal 73 207 252
Hex 49 CF FC

RGB Percentages of Color #49cffc

%13.72
%38.91
%47.37

CMYK Percentages of Color #49cffc

%71
%18
%0
%1

Triadic Colors of #49cffc

#49cffc #fc49cf #cffc49

Analogous Colors of #49cffc

#49cffc #4976fc #49fcd0

Monochromatic Colors of #49cffc

#49cffc

Complementary Color

#49cffc #fc7649

#49cffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cffc Color CSS Codes

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

#49cffc Text Font Color

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

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


#49cffc Background Color

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

This div background color is #49cffc


#49cffc Border Color

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

This div border color is #49cffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,207,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 #49cffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cffc


Comments

No comments written yet.

Please login to write comment.