Color Hex Logo

#088215 Color Hex

#088215
(8,130,21)
0 Favorites   0 Comments

Color spaces of #088215

RGB 813021
HSL0.350.880.27
HSV126°94°51°
CMYK 0.940.000.84   0.49
XYZ8.218116.07103.3783
Yxy16.07100.29700.5809
Hunter Lab40.0887-33.563023.0656
CIE-Lab47.0675-50.746645.8913

#088215 color RGB value is (8,130,21).

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

The process color (four color CMYK) of #088215 color hex is 0.94, 0.00, 0.84, 0.49. Web safe color of #088215 is #009900. Color #088215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000010 00010101
Octal 10 202 25
Decimal 8 130 21
Hex 8 82 15

RGB Percentages of Color #088215

%5.03
%81.76
%13.21

CMYK Percentages of Color #088215

%94
%0
%84
%49

Triadic Colors of #088215

#088215 #150882 #821508

Analogous Colors of #088215

#088215 #088252 #388208

Monochromatic Colors of #088215

#088215

Complementary Color

#088215 #820875

#088215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088215 Color CSS Codes

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

#088215 Text Font Color

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

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


#088215 Background Color

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

This div background color is #088215


#088215 Border Color

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

This div border color is #088215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088215


Comments

No comments written yet.

Please login to write comment.