Color Hex Logo

#084cbd Color Hex

#084CBD
(8,76,189)
0 Favorites   0 Comments

Color spaces of #084cbd

RGB 876189
HSL0.600.920.39
HSV217°96°74°
CMYK 0.960.600.00   0.26
XYZ11.86998.894649.2353
Yxy8.89460.16960.1271
Hunter Lab29.823818.8514-77.0035
CIE-Lab35.780626.7309-64.2327

#084cbd color RGB value is (8,76,189).

#084cbd hex color red value is 8, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #084cbd hue: 0.60 , saturation: 0.92 and the lightness value of 084cbd is 0.39.

The process color (four color CMYK) of #084cbd color hex is 0.96, 0.60, 0.00, 0.26. Web safe color of #084cbd is #0033cc. Color #084cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001100 10111101
Octal 10 114 275
Decimal 8 76 189
Hex 8 4C BD

RGB Percentages of Color #084cbd

%2.93
%27.84
%69.23

CMYK Percentages of Color #084cbd

%96
%60
%0
%26

Triadic Colors of #084cbd

#084cbd #bd084c #4cbd08

Analogous Colors of #084cbd

#084cbd #1e08bd #08a7bd

Monochromatic Colors of #084cbd

#084cbd

Complementary Color

#084cbd #bd7908

#084cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#084cbd Color CSS Codes

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

#084cbd Text Font Color

<p style="color:#084cbd">Text here</p>

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


#084cbd Background Color

<div style="background-color:#084cbd">
Div content here</div>

This div background color is #084cbd


#084cbd Border Color

<div style="border:3px solid #084cbd">
Div here</div>

This div border color is #084cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #084cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #084cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #084cbd;
  box-shadow:         1px 1px 3px 2px #084cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,76,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 #084cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084cbd


Comments

No comments written yet.

Please login to write comment.