Color Hex Logo

#49cada Color Hex

#49CADA
(73,202,218)
0 Favorites   0 Comments

Color spaces of #49cada

RGB 73202218
HSL0.520.660.57
HSV187°67°85°
CMYK 0.670.070.00   0.15
XYZ36.523148.719573.8085
Yxy48.71950.22960.3063
Hunter Lab69.7994-28.7472-13.8360
CIE-Lab75.2765-29.9259-18.3161

#49cada color RGB value is (73,202,218).

#49cada hex color red value is 73, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #49cada hue: 0.52 , saturation: 0.66 and the lightness value of 49cada is 0.57.

The process color (four color CMYK) of #49cada color hex is 0.67, 0.07, 0.00, 0.15. Web safe color of #49cada is #33cccc. Color #49cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001010 11011010
Octal 111 312 332
Decimal 73 202 218
Hex 49 CA DA

RGB Percentages of Color #49cada

%14.81
%40.97
%44.22

CMYK Percentages of Color #49cada

%67
%7
%0
%15

Triadic Colors of #49cada

#49cada #da49ca #cada49

Analogous Colors of #49cada

#49cada #4982da #49daa2

Monochromatic Colors of #49cada

#49cada

Complementary Color

#49cada #da5949

#49cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#49cada Color CSS Codes

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

#49cada Text Font Color

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

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


#49cada Background Color

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

This div background color is #49cada


#49cada Border Color

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

This div border color is #49cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49cada


Comments

No comments written yet.

Please login to write comment.