Color Hex Logo

#49a9ca Color Hex

#49A9CA
(73,169,202)
0 Favorites   0 Comments

Color spaces of #49a9ca

RGB 73169202
HSL0.540.550.54
HSV195°64°79°
CMYK 0.640.160.00   0.21
XYZ27.596334.056760.9962
Yxy34.05670.22500.2777
Hunter Lab58.3581-17.7179-21.1195
CIE-Lab65.0076-18.0845-25.2028

#49a9ca color RGB value is (73,169,202).

#49a9ca hex color red value is 73, green value is 169 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #49a9ca hue: 0.54 , saturation: 0.55 and the lightness value of 49a9ca is 0.54.

The process color (four color CMYK) of #49a9ca color hex is 0.64, 0.16, 0.00, 0.21. Web safe color of #49a9ca is #3399cc. Color #49a9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101001 11001010
Octal 111 251 312
Decimal 73 169 202
Hex 49 A9 CA

RGB Percentages of Color #49a9ca

%16.44
%38.06
%45.50

CMYK Percentages of Color #49a9ca

%64
%16
%0
%21

Triadic Colors of #49a9ca

#49a9ca #ca49a9 #a9ca49

Analogous Colors of #49a9ca

#49a9ca #4969ca #49caab

Monochromatic Colors of #49a9ca

#49a9ca

Complementary Color

#49a9ca #ca6a49

#49a9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49a9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49a9ca Color CSS Codes

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

#49a9ca Text Font Color

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

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


#49a9ca Background Color

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

This div background color is #49a9ca


#49a9ca Border Color

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

This div border color is #49a9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49a9ca


Comments

No comments written yet.

Please login to write comment.