Color Hex Logo

#08823b Color Hex

#08823B
(8,130,59)
0 Favorites   0 Comments

Color spaces of #08823b

RGB 813059
HSL0.400.880.27
HSV145°94°51°
CMYK 0.940.000.55   0.49
XYZ8.872216.33276.8226
Yxy16.33270.27700.5100
Hunter Lab40.4137-31.537218.2803
CIE-Lab47.4080-46.497529.8864

#08823b color RGB value is (8,130,59).

#08823b hex color red value is 8, green value is 130 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #08823b hue: 0.40 , saturation: 0.88 and the lightness value of 08823b is 0.27.

The process color (four color CMYK) of #08823b color hex is 0.94, 0.00, 0.55, 0.49. Web safe color of #08823b is #009933. Color #08823b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000010 00111011
Octal 10 202 73
Decimal 8 130 59
Hex 8 82 3B

RGB Percentages of Color #08823b

%4.06
%65.99
%29.95

CMYK Percentages of Color #08823b

%94
%0
%55
%49

Triadic Colors of #08823b

#08823b #3b0882 #823b08

Analogous Colors of #08823b

#08823b #088278 #128208

Monochromatic Colors of #08823b

#08823b

Complementary Color

#08823b #82084f

#08823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08823b Color CSS Codes

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

#08823b Text Font Color

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

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


#08823b Background Color

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

This div background color is #08823b


#08823b Border Color

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

This div border color is #08823b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,130,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08823b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08823b;
  -webkit-box-shadow: 1px 1px 3px 2px #08823b;
  box-shadow:         1px 1px 3px 2px #08823b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08823b


Comments

No comments written yet.

Please login to write comment.