Color Hex Logo

#084f6d Color Hex

#084F6D
(8,79,109)
0 Favorites   0 Comments

Color spaces of #084f6d

RGB 879109
HSL0.550.860.23
HSV198°93°43°
CMYK 0.930.280.00   0.57
XYZ5.65646.747715.4723
Yxy6.74770.20290.2421
Hunter Lab25.9763-6.5898-17.1315
CIE-Lab31.2255-8.3474-22.9433

#084f6d color RGB value is (8,79,109).

#084f6d hex color red value is 8, green value is 79 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #084f6d hue: 0.55 , saturation: 0.86 and the lightness value of 084f6d is 0.23.

The process color (four color CMYK) of #084f6d color hex is 0.93, 0.28, 0.00, 0.57. Web safe color of #084f6d is #006666. Color #084f6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001111 01101101
Octal 10 117 155
Decimal 8 79 109
Hex 8 4F 6D

RGB Percentages of Color #084f6d

%4.08
%40.31
%55.61

CMYK Percentages of Color #084f6d

%93
%28
%0
%57

Triadic Colors of #084f6d

#084f6d #6d084f #4f6d08

Analogous Colors of #084f6d

#084f6d #081d6d #086d58

Monochromatic Colors of #084f6d

#084f6d

Complementary Color

#084f6d #6d2608

#084f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#084f6d Color CSS Codes

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

#084f6d Text Font Color

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

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


#084f6d Background Color

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

This div background color is #084f6d


#084f6d Border Color

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

This div border color is #084f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084f6d


Comments

No comments written yet.

Please login to write comment.