Color Hex Logo

#49eecd Color Hex

#49EECD
(73,238,205)
0 Favorites   0 Comments

Color spaces of #49eecd

RGB 73238205
HSL0.470.830.61
HSV168°69°93°
CMYK 0.690.000.14   0.07
XYZ44.341666.973368.3477
Yxy66.97330.24680.3728
Hunter Lab81.8372-46.49907.7690
CIE-Lab85.4905-49.67093.7385

#49eecd color RGB value is (73,238,205).

#49eecd hex color red value is 73, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #49eecd hue: 0.47 , saturation: 0.83 and the lightness value of 49eecd is 0.61.

The process color (four color CMYK) of #49eecd color hex is 0.69, 0.00, 0.14, 0.07. Web safe color of #49eecd is #33ffcc. Color #49eecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101110 11001101
Octal 111 356 315
Decimal 73 238 205
Hex 49 EE CD

RGB Percentages of Color #49eecd

%14.15
%46.12
%39.73

CMYK Percentages of Color #49eecd

%69
%0
%14
%7

Triadic Colors of #49eecd

#49eecd #cd49ee #eecd49

Analogous Colors of #49eecd

#49eecd #49bdee #49ee7b

Monochromatic Colors of #49eecd

#49eecd

Complementary Color

#49eecd #ee496a

#49eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eecd Color CSS Codes

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

#49eecd Text Font Color

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

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


#49eecd Background Color

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

This div background color is #49eecd


#49eecd Border Color

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

This div border color is #49eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eecd


Comments

No comments written yet.

Please login to write comment.