Color Hex Logo

#49dfca Color Hex

#49DFCA
(73,223,202)
0 Favorites   0 Comments

Color spaces of #49dfca

RGB 73223202
HSL0.480.700.58
HSV172°67°87°
CMYK 0.670.000.09   0.13
XYZ39.796058.456165.0628
Yxy58.45610.24370.3579
Hunter Lab76.4566-40.88903.0652
CIE-Lab80.9917-44.0114-1.2293

#49dfca color RGB value is (73,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011111 11001010
Octal 111 337 312
Decimal 73 223 202
Hex 49 DF CA

RGB Percentages of Color #49dfca

%14.66
%44.78
%40.56

CMYK Percentages of Color #49dfca

%67
%0
%9
%13

Triadic Colors of #49dfca

#49dfca #ca49df #dfca49

Analogous Colors of #49dfca

#49dfca #49a9df #49df7f

Monochromatic Colors of #49dfca

#49dfca

Complementary Color

#49dfca #df495e

#49dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dfca Color CSS Codes

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

#49dfca Text Font Color

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

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


#49dfca Background Color

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

This div background color is #49dfca


#49dfca Border Color

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

This div border color is #49dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dfca


Comments

No comments written yet.

Please login to write comment.