Color Hex Logo

#49eacf Color Hex

#49EACF
(73,234,207)
0 Favorites   0 Comments

Color spaces of #49eacf

RGB 73234207
HSL0.470.790.60
HSV170°69°92°
CMYK 0.690.000.12   0.08
XYZ43.433064.767169.2436
Yxy64.76710.24480.3650
Hunter Lab80.4780-44.50225.3213
CIE-Lab84.3636-47.48071.0507

#49eacf color RGB value is (73,234,207).

#49eacf hex color red value is 73, green value is 234 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #49eacf hue: 0.47 , saturation: 0.79 and the lightness value of 49eacf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 11001111
Octal 111 352 317
Decimal 73 234 207
Hex 49 EA CF

RGB Percentages of Color #49eacf

%14.20
%45.53
%40.27

CMYK Percentages of Color #49eacf

%69
%0
%12
%8

Triadic Colors of #49eacf

#49eacf #cf49ea #eacf49

Analogous Colors of #49eacf

#49eacf #49b5ea #49ea7f

Monochromatic Colors of #49eacf

#49eacf

Complementary Color

#49eacf #ea4964

#49eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eacf Color CSS Codes

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

#49eacf Text Font Color

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

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


#49eacf Background Color

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

This div background color is #49eacf


#49eacf Border Color

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

This div border color is #49eacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eacf


Comments

No comments written yet.

Please login to write comment.