Color Hex Logo

#968028 Color Hex

#968028
(150,128,40)
0 Favorites   0 Comments

Color spaces of #968028

RGB 15012840
HSL0.130.580.37
HSV48°73°59°
CMYK 0.000.150.73   0.41
XYZ20.679922.07565.1785
Yxy22.07560.43140.4605
Hunter Lab46.9847-3.658026.3545
CIE-Lab54.1071-1.458248.4122

#968028 color RGB value is (150,128,40).

#968028 hex color red value is 150, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #968028 hue: 0.13 , saturation: 0.58 and the lightness value of 968028 is 0.37.

The process color (four color CMYK) of #968028 color hex is 0.00, 0.15, 0.73, 0.41. Web safe color of #968028 is #999933. Color #968028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 00101000
Octal 226 200 50
Decimal 150 128 40
Hex 96 80 28

RGB Percentages of Color #968028

%47.17
%40.25
%12.58

CMYK Percentages of Color #968028

%0
%15
%73
%41

Triadic Colors of #968028

#968028 #289680 #802896

Analogous Colors of #968028

#968028 #759628 #964928

Monochromatic Colors of #968028

#968028

Complementary Color

#968028 #283e96

#968028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968028 Color CSS Codes

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

#968028 Text Font Color

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

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


#968028 Background Color

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

This div background color is #968028


#968028 Border Color

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

This div border color is #968028


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,128,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968028; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968028;
  -webkit-box-shadow: 1px 1px 3px 2px #968028;
  box-shadow:         1px 1px 3px 2px #968028; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,128,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968028


Comments

No comments written yet.

Please login to write comment.