Color Hex Logo

#49ffcf Color Hex

#49FFCF
(73,255,207)
0 Favorites   0 Comments

Color spaces of #49ffcf

RGB 73255207
HSL0.461.000.64
HSV164°71°100°
CMYK 0.710.000.19   0.00
XYZ49.770177.441571.3560
Yxy77.44150.25060.3900
Hunter Lab88.0009-53.048313.5250
CIE-Lab90.5244-56.14939.9414

#49ffcf color RGB value is (73,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 11001111
Octal 111 377 317
Decimal 73 255 207
Hex 49 FF CF

RGB Percentages of Color #49ffcf

%13.64
%47.66
%38.69

CMYK Percentages of Color #49ffcf

%71
%0
%19
%0

Triadic Colors of #49ffcf

#49ffcf #cf49ff #ffcf49

Analogous Colors of #49ffcf

#49ffcf #49d4ff #49ff74

Monochromatic Colors of #49ffcf

#49ffcf

Complementary Color

#49ffcf #ff4979

#49ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffcf Color CSS Codes

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

#49ffcf Text Font Color

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

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


#49ffcf Background Color

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

This div background color is #49ffcf


#49ffcf Border Color

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

This div border color is #49ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.