Color Hex Logo

#49ceca Color Hex

#49CECA
(73,206,202)
0 Favorites   0 Comments

Color spaces of #49ceca

RGB 73206202
HSL0.490.580.55
HSV178°65°81°
CMYK 0.650.000.02   0.19
XYZ35.479649.823363.6240
Yxy49.82330.23820.3345
Hunter Lab70.5856-33.8025-4.0325
CIE-Lab75.9607-36.3704-8.6525

#49ceca color RGB value is (73,206,202).

#49ceca hex color red value is 73, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #49ceca hue: 0.49 , saturation: 0.58 and the lightness value of 49ceca is 0.55.

The process color (four color CMYK) of #49ceca color hex is 0.65, 0.00, 0.02, 0.19. Web safe color of #49ceca is #33cccc. Color #49ceca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001110 11001010
Octal 111 316 312
Decimal 73 206 202
Hex 49 CE CA

RGB Percentages of Color #49ceca

%15.18
%42.83
%42.00

CMYK Percentages of Color #49ceca

%65
%0
%2
%19

Triadic Colors of #49ceca

#49ceca #ca49ce #ceca49

Analogous Colors of #49ceca

#49ceca #4990ce #49ce88

Monochromatic Colors of #49ceca

#49ceca

Complementary Color

#49ceca #ce494d

#49ceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ceca Color CSS Codes

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

#49ceca Text Font Color

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

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


#49ceca Background Color

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

This div background color is #49ceca


#49ceca Border Color

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

This div border color is #49ceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ceca


Comments

No comments written yet.

Please login to write comment.