Color Hex Logo

#088646 Color Hex

#088646
(8,134,70)
0 Favorites   0 Comments

Color spaces of #088646

RGB 813470
HSL0.420.890.28
HSV150°94°53°
CMYK 0.940.000.48   0.47
XYZ9.730717.54408.6678
Yxy17.54400.27070.4881
Hunter Lab41.8856-31.831317.0504
CIE-Lab48.9383-46.001925.9267

#088646 color RGB value is (8,134,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000110 01000110
Octal 10 206 106
Decimal 8 134 70
Hex 8 86 46

RGB Percentages of Color #088646

%3.77
%63.21
%33.02

CMYK Percentages of Color #088646

%94
%0
%48
%47

Triadic Colors of #088646

#088646 #460886 #864608

Analogous Colors of #088646

#088646 #088685 #098608

Monochromatic Colors of #088646

#088646

Complementary Color

#088646 #860848

#088646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088646 Color CSS Codes

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

#088646 Text Font Color

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

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


#088646 Background Color

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

This div background color is #088646


#088646 Border Color

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

This div border color is #088646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088646


Comments

No comments written yet.

Please login to write comment.