Color Hex Logo

#084ecc Color Hex

#084ECC
(8,78,204)
0 Favorites   0 Comments

Color spaces of #084ecc

RGB 878204
HSL0.610.920.42
HSV219°96°80°
CMYK 0.960.620.00   0.20
XYZ13.72369.860058.3066
Yxy9.86000.16760.1204
Hunter Lab31.400623.0620-88.1128
CIE-Lab37.590031.3177-70.0146

#084ecc color RGB value is (8,78,204).

#084ecc hex color red value is 8, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #084ecc hue: 0.61 , saturation: 0.92 and the lightness value of 084ecc is 0.42.

The process color (four color CMYK) of #084ecc color hex is 0.96, 0.62, 0.00, 0.20. Web safe color of #084ecc is #0066cc. Color #084ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 11001100
Octal 10 116 314
Decimal 8 78 204
Hex 8 4E CC

RGB Percentages of Color #084ecc

%2.76
%26.90
%70.34

CMYK Percentages of Color #084ecc

%96
%62
%0
%20

Triadic Colors of #084ecc

#084ecc #cc084e #4ecc08

Analogous Colors of #084ecc

#084ecc #2408cc #08b0cc

Monochromatic Colors of #084ecc

#084ecc

Complementary Color

#084ecc #cc8608

#084ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#084ecc Color CSS Codes

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

#084ecc Text Font Color

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

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


#084ecc Background Color

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

This div background color is #084ecc


#084ecc Border Color

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

This div border color is #084ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084ecc


Comments

No comments written yet.

Please login to write comment.