Color Hex Logo

#49aeca Color Hex

#49AECA
(73,174,202)
0 Favorites   0 Comments

Color spaces of #49aeca

RGB 73174202
HSL0.540.550.54
HSV193°64°79°
CMYK 0.640.140.00   0.21
XYZ28.544435.952861.3123
Yxy35.95280.22690.2858
Hunter Lab59.9607-19.9558-18.6541
CIE-Lab66.4838-20.6988-22.9418

#49aeca color RGB value is (73,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 11001010
Octal 111 256 312
Decimal 73 174 202
Hex 49 AE CA

RGB Percentages of Color #49aeca

%16.26
%38.75
%44.99

CMYK Percentages of Color #49aeca

%64
%14
%0
%21

Triadic Colors of #49aeca

#49aeca #ca49ae #aeca49

Analogous Colors of #49aeca

#49aeca #496eca #49caa6

Monochromatic Colors of #49aeca

#49aeca

Complementary Color

#49aeca #ca6549

#49aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aeca Color CSS Codes

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

#49aeca Text Font Color

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

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


#49aeca Background Color

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

This div background color is #49aeca


#49aeca Border Color

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

This div border color is #49aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aeca


Comments

No comments written yet.

Please login to write comment.