Color Hex Logo

#49aeba Color Hex

#49AEBA
(73,174,186)
0 Favorites   0 Comments

Color spaces of #49aeba

RGB 73174186
HSL0.520.450.51
HSV186°61°73°
CMYK 0.610.060.00   0.27
XYZ26.746635.233751.8455
Yxy35.23370.23500.3095
Hunter Lab59.3580-23.4447-10.2355
CIE-Lab65.9302-25.4950-14.9168

#49aeba color RGB value is (73,174,186).

#49aeba hex color red value is 73, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #49aeba hue: 0.52 , saturation: 0.45 and the lightness value of 49aeba is 0.51.

The process color (four color CMYK) of #49aeba color hex is 0.61, 0.06, 0.00, 0.27. Web safe color of #49aeba is #3399cc. Color #49aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 10111010
Octal 111 256 272
Decimal 73 174 186
Hex 49 AE BA

RGB Percentages of Color #49aeba

%16.86
%40.18
%42.96

CMYK Percentages of Color #49aeba

%61
%6
%0
%27

Triadic Colors of #49aeba

#49aeba #ba49ae #aeba49

Analogous Colors of #49aeba

#49aeba #4976ba #49ba8e

Monochromatic Colors of #49aeba

#49aeba

Complementary Color

#49aeba #ba5549

#49aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aeba Color CSS Codes

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

#49aeba Text Font Color

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

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


#49aeba Background Color

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

This div background color is #49aeba


#49aeba Border Color

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

This div border color is #49aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aeba


Comments

No comments written yet.

Please login to write comment.