Color Hex Logo

#088533 Color Hex

#088533
(8,133,51)
0 Favorites   0 Comments

Color spaces of #088533

RGB 813351
HSL0.390.890.28
HSV141°94°52°
CMYK 0.940.000.62   0.48
XYZ9.085217.06575.9471
Yxy17.06570.28300.5317
Hunter Lab41.3107-33.037220.3820
CIE-Lab48.3427-48.725735.0526

#088533 color RGB value is (8,133,51).

#088533 hex color red value is 8, green value is 133 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #088533 hue: 0.39 , saturation: 0.89 and the lightness value of 088533 is 0.28.

The process color (four color CMYK) of #088533 color hex is 0.94, 0.00, 0.62, 0.48. Web safe color of #088533 is #009933. Color #088533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000101 00110011
Octal 10 205 63
Decimal 8 133 51
Hex 8 85 33

RGB Percentages of Color #088533

%4.17
%69.27
%26.56

CMYK Percentages of Color #088533

%94
%0
%62
%48

Triadic Colors of #088533

#088533 #330885 #853308

Analogous Colors of #088533

#088533 #088572 #1c8508

Monochromatic Colors of #088533

#088533

Complementary Color

#088533 #85085a

#088533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088533 Color CSS Codes

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

#088533 Text Font Color

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

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


#088533 Background Color

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

This div background color is #088533


#088533 Border Color

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

This div border color is #088533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088533


Comments

No comments written yet.

Please login to write comment.