Color Hex Logo

#49feca Color Hex

#49FECA
(73,254,202)
0 Favorites   0 Comments

Color spaces of #49feca

RGB 73254202
HSL0.450.990.64
HSV163°71°100°
CMYK 0.710.000.20   0.00
XYZ48.850176.564468.0808
Yxy76.56440.25250.3957
Hunter Lab87.5011-53.473915.1198
CIE-Lab90.1207-56.907911.9450

#49feca color RGB value is (73,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 11001010
Octal 111 376 312
Decimal 73 254 202
Hex 49 FE CA

RGB Percentages of Color #49feca

%13.80
%48.02
%38.19

CMYK Percentages of Color #49feca

%71
%0
%20
%0

Triadic Colors of #49feca

#49feca #ca49fe #feca49

Analogous Colors of #49feca

#49feca #49d8fe #49fe70

Monochromatic Colors of #49feca

#49feca

Complementary Color

#49feca #fe497d

#49feca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49feca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49feca Color CSS Codes

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

#49feca Text Font Color

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

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


#49feca Background Color

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

This div background color is #49feca


#49feca Border Color

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

This div border color is #49feca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49feca

Related Colors


Comments

No comments written yet.

Please login to write comment.