Color Hex Logo

#72f508 Color Hex

#72F508
(114,245,8)
0 Favorites   0 Comments

Color spaces of #72f508

RGB 1142458
HSL0.260.940.50
HSV93°97°96°
CMYK 0.530.000.97   0.04
XYZ39.635768.899811.4397
Yxy68.89980.33040.5743
Hunter Lab83.0059-60.025849.9329
CIE-Lab86.4544-68.060482.2724

#72f508 color RGB value is (114,245,8).

#72f508 hex color red value is 114, green value is 245 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #72f508 hue: 0.26 , saturation: 0.94 and the lightness value of 72f508 is 0.50.

The process color (four color CMYK) of #72f508 color hex is 0.53, 0.00, 0.97, 0.04. Web safe color of #72f508 is #66ff00. Color #72f508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11110101 00001000
Octal 162 365 10
Decimal 114 245 8
Hex 72 F5 8

RGB Percentages of Color #72f508

%31.06
%66.76
%2.18

CMYK Percentages of Color #72f508

%53
%0
%97
%4

Triadic Colors of #72f508

#72f508 #0872f5 #f50872

Analogous Colors of #72f508

#72f508 #08f515 #e9f508

Monochromatic Colors of #72f508

#72f508

Complementary Color

#72f508 #8b08f5

#72f508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72f508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72f508 Color CSS Codes

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

#72f508 Text Font Color

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

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


#72f508 Background Color

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

This div background color is #72f508


#72f508 Border Color

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

This div border color is #72f508


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,245,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72f508; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72f508;
  -webkit-box-shadow: 1px 1px 3px 2px #72f508;
  box-shadow:         1px 1px 3px 2px #72f508; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72f508


Comments

No comments written yet.

Please login to write comment.