Color Hex Logo

#085230 Color Hex

#085230
(8,82,48)
0 Favorites   0 Comments

Color spaces of #085230

RGB 88248
HSL0.420.820.18
HSV152°90°32°
CMYK 0.900.000.41   0.68
XYZ3.65096.29963.8198
Yxy6.29960.26510.4575
Hunter Lab25.0990-17.95878.5460
CIE-Lab30.1561-30.245214.1073

#085230 color RGB value is (8,82,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010010 00110000
Octal 10 122 60
Decimal 8 82 48
Hex 8 52 30

RGB Percentages of Color #085230

%5.80
%59.42
%34.78

CMYK Percentages of Color #085230

%90
%0
%41
%68

Triadic Colors of #085230

#085230 #300852 #523008

Analogous Colors of #085230

#085230 #084f52 #08520b

Monochromatic Colors of #085230

#085230

Complementary Color

#085230 #52082a

#085230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085230 Color CSS Codes

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

#085230 Text Font Color

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

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


#085230 Background Color

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

This div background color is #085230


#085230 Border Color

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

This div border color is #085230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085230


Comments

No comments written yet.

Please login to write comment.