Color Hex Logo

#0484cc Color Hex

#0484CC
(4,132,204)
0 Favorites   0 Comments

Color spaces of #0484cc

RGB 4132204
HSL0.560.960.41
HSV202°98°80°
CMYK 0.980.350.00   0.20
XYZ19.200420.888060.1466
Yxy20.88800.19160.2084
Hunter Lab45.7034-4.9915-46.0345
CIE-Lab52.8267-3.2890-45.4352

#0484cc color RGB value is (4,132,204).

#0484cc hex color red value is 4, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0484cc hue: 0.56 , saturation: 0.96 and the lightness value of 0484cc is 0.41.

The process color (four color CMYK) of #0484cc color hex is 0.98, 0.35, 0.00, 0.20. Web safe color of #0484cc is #0099cc. Color #0484cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10000100 11001100
Octal 4 204 314
Decimal 4 132 204
Hex 4 84 CC

RGB Percentages of Color #0484cc

%1.18
%38.82
%60.00

CMYK Percentages of Color #0484cc

%98
%35
%0
%20

Triadic Colors of #0484cc

#0484cc #cc0484 #84cc04

Analogous Colors of #0484cc

#0484cc #0420cc #04ccb0

Monochromatic Colors of #0484cc

#0484cc

Complementary Color

#0484cc #cc4c04

#0484cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0484cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0484cc Color CSS Codes

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

#0484cc Text Font Color

<p style="color:#0484cc">Text here</p>

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


#0484cc Background Color

<div style="background-color:#0484cc">
Div content here</div>

This div background color is #0484cc


#0484cc Border Color

<div style="border:3px solid #0484cc">
Div here</div>

This div border color is #0484cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,132,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0484cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0484cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0484cc;
  box-shadow:         1px 1px 3px 2px #0484cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0484cc


Comments

No comments written yet.

Please login to write comment.