Color Hex Logo

#49ffcd Color Hex

#49FFCD
(73,255,205)
0 Favorites   0 Comments

Color spaces of #49ffcd

RGB 73255205
HSL0.451.000.64
HSV164°71°100°
CMYK 0.710.000.20   0.00
XYZ49.527177.344270.0762
Yxy77.34420.25150.3927
Hunter Lab87.9456-53.381314.3188
CIE-Lab90.4798-56.613910.9093

#49ffcd color RGB value is (73,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 11001101
Octal 111 377 315
Decimal 73 255 205
Hex 49 FF CD

RGB Percentages of Color #49ffcd

%13.70
%47.84
%38.46

CMYK Percentages of Color #49ffcd

%71
%0
%20
%0

Triadic Colors of #49ffcd

#49ffcd #cd49ff #ffcd49

Analogous Colors of #49ffcd

#49ffcd #49d6ff #49ff72

Monochromatic Colors of #49ffcd

#49ffcd

Complementary Color

#49ffcd #ff497b

#49ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffcd Color CSS Codes

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

#49ffcd Text Font Color

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

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


#49ffcd Background Color

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

This div background color is #49ffcd


#49ffcd Border Color

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

This div border color is #49ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffcd


Comments

No comments written yet.

Please login to write comment.