Color Hex Logo

#49fcce Color Hex

#49FCCE
(73,252,206)
0 Favorites   0 Comments

Color spaces of #49fcce

RGB 73252206
HSL0.460.970.64
HSV165°71°99°
CMYK 0.710.000.18   0.01
XYZ48.698675.493570.3975
Yxy75.49350.25030.3880
Hunter Lab86.8870-52.006212.7830
CIE-Lab89.6237-55.17989.1696

#49fcce color RGB value is (73,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111100 11001110
Octal 111 374 316
Decimal 73 252 206
Hex 49 FC CE

RGB Percentages of Color #49fcce

%13.75
%47.46
%38.79

CMYK Percentages of Color #49fcce

%71
%0
%18
%1

Triadic Colors of #49fcce

#49fcce #ce49fc #fcce49

Analogous Colors of #49fcce

#49fcce #49d1fc #49fc75

Monochromatic Colors of #49fcce

#49fcce

Complementary Color

#49fcce #fc4977

#49fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fcce Color CSS Codes

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

#49fcce Text Font Color

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

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


#49fcce Background Color

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

This div background color is #49fcce


#49fcce Border Color

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

This div border color is #49fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fcce


Comments

No comments written yet.

Please login to write comment.