color codes Logo

#084dda color codes

#084DDA
(8,77,218)
0 Favorites   0 Comments

Color spaces of #084dda

RGB 877218
HSL0.610.930.44
HSV220°96°85°
CMYK 0.960.650.00   0.15
XYZ15.408910.421367.5290
Yxy10.42130.16500.1116
Hunter Lab32.282028.7083-101.4280
CIE-Lab38.588237.3408-76.4410

#084dda color RGB value is (8,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001101 11011010
Octal 10 115 332
Decimal 8 77 218
Hex 8 4D DA

RGB Percentages of Color #084dda

%2.64
%25.41
%71.95

CMYK Percentages of Color #084dda

%96
%65
%0
%15

Triadic Colors of #084dda

#084dda #da084d #4dda08

Analogous Colors of #084dda

#084dda #2c08da #08b6da

Monochromatic Colors of #084dda

#084dda

Complementary Color

#084dda #da9508

#084dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#084dda Color CSS Codes

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

#084dda Text Font Color

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

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


#084dda Background Color

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

This div background color is #084dda


#084dda Border Color

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

This div border color is #084dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084dda


Comments

No comments written yet.

Please login to write comment.