Color Hex Logo

#086253 Color Hex

#086253
(8,98,83)
0 Favorites   0 Comments

Color spaces of #086253

RGB 89883
HSL0.470.850.21
HSV170°92°38°
CMYK 0.920.000.15   0.62
XYZ6.02929.41159.6824
Yxy9.41150.24000.3746
Hunter Lab30.6782-18.60612.7621
CIE-Lab36.7648-28.02591.7040

#086253 color RGB value is (8,98,83).

#086253 hex color red value is 8, green value is 98 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #086253 hue: 0.47 , saturation: 0.85 and the lightness value of 086253 is 0.21.

The process color (four color CMYK) of #086253 color hex is 0.92, 0.00, 0.15, 0.62. Web safe color of #086253 is #006666. Color #086253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01100010 01010011
Octal 10 142 123
Decimal 8 98 83
Hex 8 62 53

RGB Percentages of Color #086253

%4.23
%51.85
%43.92

CMYK Percentages of Color #086253

%92
%0
%15
%62

Triadic Colors of #086253

#086253 #530862 #625308

Analogous Colors of #086253

#086253 #084462 #086226

Monochromatic Colors of #086253

#086253

Complementary Color

#086253 #620817

#086253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086253 Color CSS Codes

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

#086253 Text Font Color

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

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


#086253 Background Color

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

This div background color is #086253


#086253 Border Color

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

This div border color is #086253


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,98,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #086253; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #086253;
  -webkit-box-shadow: 1px 1px 3px 2px #086253;
  box-shadow:         1px 1px 3px 2px #086253; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086253

#086253 Color Palettes


Comments

No comments written yet.

Please login to write comment.