Color Hex Logo

#49aebe Color Hex

#49AEBE
(73,174,190)
0 Favorites   0 Comments

Color spaces of #49aebe

RGB 73174190
HSL0.520.470.52
HSV188°62°75°
CMYK 0.620.080.00   0.25
XYZ27.178035.406354.1169
Yxy35.40630.23290.3034
Hunter Lab59.5032-22.6010-12.2708
CIE-Lab66.0638-24.3185-16.9347

#49aebe color RGB value is (73,174,190).

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

The process color (four color CMYK) of #49aebe color hex is 0.62, 0.08, 0.00, 0.25. Web safe color of #49aebe is #3399cc. Color #49aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 10111110
Octal 111 256 276
Decimal 73 174 190
Hex 49 AE BE

RGB Percentages of Color #49aebe

%16.70
%39.82
%43.48

CMYK Percentages of Color #49aebe

%62
%8
%0
%25

Triadic Colors of #49aebe

#49aebe #be49ae #aebe49

Analogous Colors of #49aebe

#49aebe #4974be #49be94

Monochromatic Colors of #49aebe

#49aebe

Complementary Color

#49aebe #be5949

#49aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aebe Color CSS Codes

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

#49aebe Text Font Color

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

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


#49aebe Background Color

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

This div background color is #49aebe


#49aebe Border Color

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

This div border color is #49aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aebe


Comments

No comments written yet.

Please login to write comment.