color codes Logo

#04a5bb color codes

#04A5BB
(4,165,187)
0 Favorites   0 Comments

Color spaces of #04a5bb

RGB 4165187
HSL0.520.960.37
HSV187°98°73°
CMYK 0.980.120.00   0.27
XYZ22.474830.523951.7209
Yxy30.52390.21460.2915
Hunter Lab55.2484-24.0718-16.8305
CIE-Lab62.1036-27.4658-21.3891

#04a5bb color RGB value is (4,165,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10100101 10111011
Octal 4 245 273
Decimal 4 165 187
Hex 4 A5 BB

RGB Percentages of Color #04a5bb

%1.12
%46.35
%52.53

CMYK Percentages of Color #04a5bb

%98
%12
%0
%27

Triadic Colors of #04a5bb

#04a5bb #bb04a5 #a5bb04

Analogous Colors of #04a5bb

#04a5bb #044abb #04bb76

Monochromatic Colors of #04a5bb

#04a5bb

Complementary Color

#04a5bb #bb1a04

#04a5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04a5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04a5bb Color CSS Codes

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

#04a5bb Text Font Color

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

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


#04a5bb Background Color

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

This div background color is #04a5bb


#04a5bb Border Color

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

This div border color is #04a5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04a5bb


Comments

No comments written yet.

Please login to write comment.