Color Hex Logo

#49deba Color Hex

#49DEBA
(73,222,186)
0 Favorites   0 Comments

Color spaces of #49deba

RGB 73222186
HSL0.460.690.58
HSV166°67°87°
CMYK 0.670.000.16   0.13
XYZ37.731957.204255.5072
Yxy57.20420.25080.3802
Hunter Lab75.6335-43.30889.4306
CIE-Lab80.2943-47.58766.2555

#49deba color RGB value is (73,222,186).

#49deba hex color red value is 73, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #49deba hue: 0.46 , saturation: 0.69 and the lightness value of 49deba is 0.58.

The process color (four color CMYK) of #49deba color hex is 0.67, 0.00, 0.16, 0.13. Web safe color of #49deba is #33cccc. Color #49deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 10111010
Octal 111 336 272
Decimal 73 222 186
Hex 49 DE BA

RGB Percentages of Color #49deba

%15.18
%46.15
%38.67

CMYK Percentages of Color #49deba

%67
%0
%16
%13

Triadic Colors of #49deba

#49deba #ba49de #deba49

Analogous Colors of #49deba

#49deba #49b8de #49de70

Monochromatic Colors of #49deba

#49deba

Complementary Color

#49deba #de496d

#49deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49deba Color CSS Codes

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

#49deba Text Font Color

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

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


#49deba Background Color

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

This div background color is #49deba


#49deba Border Color

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

This div border color is #49deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49deba


Comments

No comments written yet.

Please login to write comment.