Color Hex Logo

#085235 Color Hex

#085235
(8,82,53)
0 Favorites   0 Comments

Color spaces of #085235

RGB 88253
HSL0.430.820.18
HSV156°90°32°
CMYK 0.900.000.35   0.68
XYZ3.76006.34334.3944
Yxy6.34330.25940.4375
Hunter Lab25.1859-17.42717.2853
CIE-Lab30.2626-29.040211.1600

#085235 color RGB value is (8,82,53).

#085235 hex color red value is 8, green value is 82 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #085235 hue: 0.43 , saturation: 0.82 and the lightness value of 085235 is 0.18.

The process color (four color CMYK) of #085235 color hex is 0.90, 0.00, 0.35, 0.68. Web safe color of #085235 is #006633. Color #085235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010010 00110101
Octal 10 122 65
Decimal 8 82 53
Hex 8 52 35

RGB Percentages of Color #085235

%5.59
%57.34
%37.06

CMYK Percentages of Color #085235

%90
%0
%35
%68

Triadic Colors of #085235

#085235 #350852 #523508

Analogous Colors of #085235

#085235 #084a52 #085210

Monochromatic Colors of #085235

#085235

Complementary Color

#085235 #520825

#085235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085235 Color CSS Codes

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

#085235 Text Font Color

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

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


#085235 Background Color

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

This div background color is #085235


#085235 Border Color

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

This div border color is #085235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085235


Comments

No comments written yet.

Please login to write comment.