Color Hex Logo

#748502 Color Hex

#748502
(116,133,2)
0 Favorites   0 Comments

Color spaces of #748502

RGB 1161332
HSL0.190.970.26
HSV68°98°52°
CMYK 0.130.000.98   0.48
XYZ15.600920.49243.1906
Yxy20.49240.39710.5216
Hunter Lab45.2685-17.703527.5091
CIE-Lab52.3894-21.019656.2532

#748502 color RGB value is (116,133,2).

#748502 hex color red value is 116, green value is 133 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #748502 hue: 0.19 , saturation: 0.97 and the lightness value of 748502 is 0.26.

The process color (four color CMYK) of #748502 color hex is 0.13, 0.00, 0.98, 0.48. Web safe color of #748502 is #669900. Color #748502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 00000010
Octal 164 205 2
Decimal 116 133 2
Hex 74 85 2

RGB Percentages of Color #748502

%46.22
%52.99
%0.80

CMYK Percentages of Color #748502

%13
%0
%98
%48

Triadic Colors of #748502

#748502 #027485 #850274

Analogous Colors of #748502

#748502 #338502 #855502

Monochromatic Colors of #748502

#748502

Complementary Color

#748502 #130285

#748502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748502 Color CSS Codes

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

#748502 Text Font Color

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

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


#748502 Background Color

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

This div background color is #748502


#748502 Border Color

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

This div border color is #748502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748502


Comments

No comments written yet.

Please login to write comment.