Color Hex Logo

#084dde Color Hex

#084DDE
(8,77,222)
0 Favorites   0 Comments

Color spaces of #084dde

RGB 877222
HSL0.610.930.45
HSV221°96°87°
CMYK 0.960.650.00   0.13
XYZ15.938810.633370.3196
Yxy10.63330.16450.1097
Hunter Lab32.608730.1836-105.0307
CIE-Lab38.955938.8460-78.1248

#084dde color RGB value is (8,77,222).

#084dde hex color red value is 8, green value is 77 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #084dde hue: 0.61 , saturation: 0.93 and the lightness value of 084dde is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001101 11011110
Octal 10 115 336
Decimal 8 77 222
Hex 8 4D DE

RGB Percentages of Color #084dde

%2.61
%25.08
%72.31

CMYK Percentages of Color #084dde

%96
%65
%0
%13

Triadic Colors of #084dde

#084dde #de084d #4dde08

Analogous Colors of #084dde

#084dde #2e08de #08b8de

Monochromatic Colors of #084dde

#084dde

Complementary Color

#084dde #de9908

#084dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#084dde Color CSS Codes

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

#084dde Text Font Color

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

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


#084dde Background Color

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

This div background color is #084dde


#084dde Border Color

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

This div border color is #084dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084dde


Comments

No comments written yet.

Please login to write comment.