Color Hex Logo

#084cdd Color Hex

#084CDD
(8,76,221)
0 Favorites   0 Comments

Color spaces of #084cdd

RGB 876221
HSL0.610.930.45
HSV221°96°87°
CMYK 0.960.660.00   0.13
XYZ15.735710.441069.5926
Yxy10.44100.16430.1090
Hunter Lab32.312530.3798-105.0761
CIE-Lab38.622639.1065-78.1016

#084cdd color RGB value is (8,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001100 11011101
Octal 10 114 335
Decimal 8 76 221
Hex 8 4C DD

RGB Percentages of Color #084cdd

%2.62
%24.92
%72.46

CMYK Percentages of Color #084cdd

%96
%66
%0
%13

Triadic Colors of #084cdd

#084cdd #dd084c #4cdd08

Analogous Colors of #084cdd

#084cdd #2e08dd #08b7dd

Monochromatic Colors of #084cdd

#084cdd

Complementary Color

#084cdd #dd9908

#084cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#084cdd Color CSS Codes

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

#084cdd Text Font Color

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

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


#084cdd Background Color

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

This div background color is #084cdd


#084cdd Border Color

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

This div border color is #084cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084cdd


Comments

No comments written yet.

Please login to write comment.