Color Hex Logo

#75af04 Color Hex

#75AF04
(117,175,4)
0 Favorites   0 Comments

Color spaces of #75af04

RGB 1171754
HSL0.220.960.35
HSV80°98°69°
CMYK 0.330.000.98   0.31
XYZ22.688034.45065.5687
Yxy34.45060.36180.5494
Hunter Lab58.6946-33.717735.4611
CIE-Lab65.3187-40.349065.9663

#75af04 color RGB value is (117,175,4).

#75af04 hex color red value is 117, green value is 175 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #75af04 hue: 0.22 , saturation: 0.96 and the lightness value of 75af04 is 0.35.

The process color (four color CMYK) of #75af04 color hex is 0.33, 0.00, 0.98, 0.31. Web safe color of #75af04 is #669900. Color #75af04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101111 00000100
Octal 165 257 4
Decimal 117 175 4
Hex 75 AF 4

RGB Percentages of Color #75af04

%39.53
%59.12
%1.35

CMYK Percentages of Color #75af04

%33
%0
%98
%31

Triadic Colors of #75af04

#75af04 #0475af #af0475

Analogous Colors of #75af04

#75af04 #20af04 #af9404

Monochromatic Colors of #75af04

#75af04

Complementary Color

#75af04 #3e04af

#75af04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75af04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75af04 Color CSS Codes

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

#75af04 Text Font Color

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

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


#75af04 Background Color

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

This div background color is #75af04


#75af04 Border Color

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

This div border color is #75af04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,175,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75af04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75af04;
  -webkit-box-shadow: 1px 1px 3px 2px #75af04;
  box-shadow:         1px 1px 3px 2px #75af04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75af04


Comments

No comments written yet.

Please login to write comment.