Color Hex Logo

#049bac Color Hex

#049BAC
(4,155,172)
0 Favorites   0 Comments

Color spaces of #049bac

RGB 4155172
HSL0.520.950.35
HSV186°98°67°
CMYK 0.980.100.00   0.33
XYZ19.217826.447143.1216
Yxy26.44710.21640.2979
Hunter Lab51.4267-23.2927-13.7163
CIE-Lab58.4590-27.4776-18.4952

#049bac color RGB value is (4,155,172).

#049bac hex color red value is 4, green value is 155 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #049bac hue: 0.52 , saturation: 0.95 and the lightness value of 049bac is 0.35.

The process color (four color CMYK) of #049bac color hex is 0.98, 0.10, 0.00, 0.33. Web safe color of #049bac is #009999. Color #049bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011011 10101100
Octal 4 233 254
Decimal 4 155 172
Hex 4 9B AC

RGB Percentages of Color #049bac

%1.21
%46.83
%51.96

CMYK Percentages of Color #049bac

%98
%10
%0
%33

Triadic Colors of #049bac

#049bac #ac049b #9bac04

Analogous Colors of #049bac

#049bac #0447ac #04ac69

Monochromatic Colors of #049bac

#049bac

Complementary Color

#049bac #ac1504

#049bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#049bac Color CSS Codes

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

#049bac Text Font Color

<p style="color:#049bac">Text here</p>

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


#049bac Background Color

<div style="background-color:#049bac">
Div content here</div>

This div background color is #049bac


#049bac Border Color

<div style="border:3px solid #049bac">
Div here</div>

This div border color is #049bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,155,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049bac;
  -webkit-box-shadow: 1px 1px 3px 2px #049bac;
  box-shadow:         1px 1px 3px 2px #049bac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049bac


Comments

No comments written yet.

Please login to write comment.