color codes Logo

#00f50d color codes

#00F50D
(0,245,13)
0 Favorites   0 Comments

Color spaces of #00f50d

RGB 024513
HSL0.341.000.48
HSV123°100°96°
CMYK 1.000.000.95   0.04
XYZ32.725165.333911.2667
Yxy65.33390.29930.5976
Hunter Lab80.8294-69.182848.3162
CIE-Lab84.6555-83.416879.6490

#00f50d color RGB value is (0,245,13).

#00f50d hex color red value is 0, green value is 245 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #00f50d hue: 0.34 , saturation: 1.00 and the lightness value of 00f50d is 0.48.

The process color (four color CMYK) of #00f50d color code is 1.00, 0.00, 0.95, 0.04. Web safe color of #00f50d is #00ff00. Color #00f50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110101 00001101
Octal 0 365 15
Decimal 0 245 13
Hex 0 F5 D

RGB Percentages of Color #00f50d

%0.00
%94.96
%5.04

CMYK Percentages of Color #00f50d

%100
%0
%95
%4

Triadic Colors of #00f50d

#00f50d #0d00f5 #f50d00

Analogous Colors of #00f50d

#00f50d #00f588 #6ef500

Monochromatic Colors of #00f50d

#00f50d

Complementary Color

#00f50d #f500e8

#00f50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f50d Color CSS Codes

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

#00f50d Text Font Color

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

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


#00f50d Background Color

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

This div background color is #00f50d


#00f50d Border Color

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

This div border color is #00f50d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,245,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00f50d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00f50d;
  -webkit-box-shadow: 1px 1px 3px 2px #00f50d;
  box-shadow:         1px 1px 3px 2px #00f50d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f50d


Comments

No comments written yet.

Please login to write comment.