color codes Logo

#49e2d5 color codes

#49E2D5
(73,226,213)
0 Favorites   0 Comments

Color spaces of #49e2d5

RGB 73226213
HSL0.490.730.59
HSV175°68°89°
CMYK 0.680.000.06   0.11
XYZ41.954360.613372.4391
Yxy60.61330.23970.3463
Hunter Lab77.8545-40.0553-0.6677
CIE-Lab82.1704-42.4485-5.3367

#49e2d5 color RGB value is (73,226,213).

#49e2d5 hex color red value is 73, green value is 226 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #49e2d5 hue: 0.49 , saturation: 0.73 and the lightness value of 49e2d5 is 0.59.

The process color (four color CMYK) of #49e2d5 color code is 0.68, 0.00, 0.06, 0.11. Web safe color of #49e2d5 is #33cccc. Color #49e2d5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100010 11010101
Octal 111 342 325
Decimal 73 226 213
Hex 49 E2 D5

RGB Percentages of Color #49e2d5

%14.26
%44.14
%41.60

CMYK Percentages of Color #49e2d5

%68
%0
%6
%11

Triadic Colors of #49e2d5

#49e2d5 #d549e2 #e2d549

Analogous Colors of #49e2d5

#49e2d5 #49a3e2 #49e289

Monochromatic Colors of #49e2d5

#49e2d5

Complementary Color

#49e2d5 #e24956

#49e2d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e2d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e2d5 Color CSS Codes

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

#49e2d5 Text Font Color

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

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


#49e2d5 Background Color

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

This div background color is #49e2d5


#49e2d5 Border Color

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

This div border color is #49e2d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e2d5


Comments

No comments written yet.

Please login to write comment.