Color Hex Logo

#04a6bd Color Hex

#04A6BD
(4,166,189)
0 Favorites   0 Comments

Color spaces of #04a6bd

RGB 4166189
HSL0.520.960.38
HSV187°98°74°
CMYK 0.980.120.00   0.26
XYZ22.871630.972452.9169
Yxy30.97240.21420.2901
Hunter Lab55.6529-24.0345-17.4182
CIE-Lab62.4843-27.2976-21.9264

#04a6bd color RGB value is (4,166,189).

#04a6bd hex color red value is 4, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #04a6bd hue: 0.52 , saturation: 0.96 and the lightness value of 04a6bd is 0.38.

The process color (four color CMYK) of #04a6bd color hex is 0.98, 0.12, 0.00, 0.26. Web safe color of #04a6bd is #0099cc. Color #04a6bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10100110 10111101
Octal 4 246 275
Decimal 4 166 189
Hex 4 A6 BD

RGB Percentages of Color #04a6bd

%1.11
%46.24
%52.65

CMYK Percentages of Color #04a6bd

%98
%12
%0
%26

Triadic Colors of #04a6bd

#04a6bd #bd04a6 #a6bd04

Analogous Colors of #04a6bd

#04a6bd #044abd #04bd78

Monochromatic Colors of #04a6bd

#04a6bd

Complementary Color

#04a6bd #bd1b04

#04a6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04a6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#04a6bd Color CSS Codes

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

#04a6bd Text Font Color

<p style="color:#04a6bd">Text here</p>

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


#04a6bd Background Color

<div style="background-color:#04a6bd">
Div content here</div>

This div background color is #04a6bd


#04a6bd Border Color

<div style="border:3px solid #04a6bd">
Div here</div>

This div border color is #04a6bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,166,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04a6bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04a6bd;
  -webkit-box-shadow: 1px 1px 3px 2px #04a6bd;
  box-shadow:         1px 1px 3px 2px #04a6bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04a6bd


Comments

No comments written yet.

Please login to write comment.