Color Hex Logo

#084efb Color Hex

#084EFB
(8,78,251)
0 Favorites   0 Comments

Color spaces of #084efb

RGB 878251
HSL0.620.970.51
HSV223°97°98°
CMYK 0.970.690.00   0.02
XYZ20.237112.465492.6062
Yxy12.46540.16150.0995
Hunter Lab35.306440.5275-130.7991
CIE-Lab41.946448.7966-89.5840

#084efb color RGB value is (8,78,251).

#084efb hex color red value is 8, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #084efb hue: 0.62 , saturation: 0.97 and the lightness value of 084efb is 0.51.

The process color (four color CMYK) of #084efb color hex is 0.97, 0.69, 0.00, 0.02. Web safe color of #084efb is #0066ff. Color #084efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001110 11111011
Octal 10 116 373
Decimal 8 78 251
Hex 8 4E FB

RGB Percentages of Color #084efb

%2.37
%23.15
%74.48

CMYK Percentages of Color #084efb

%97
%69
%0
%2

Triadic Colors of #084efb

#084efb #fb084e #4efb08

Analogous Colors of #084efb

#084efb #3b08fb #08c8fb

Monochromatic Colors of #084efb

#084efb

Complementary Color

#084efb #fbb508

#084efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#084efb Color CSS Codes

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

#084efb Text Font Color

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

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


#084efb Background Color

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

This div background color is #084efb


#084efb Border Color

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

This div border color is #084efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084efb


Comments

No comments written yet.

Please login to write comment.