Color Hex Logo

#0fd630 Color Hex

#0FD630
(15,214,48)
0 Favorites   0 Comments

Color spaces of #0fd630

RGB 1521448
HSL0.360.870.45
HSV130°93°84°
CMYK 0.930.000.78   0.16
XYZ24.777148.408110.8341
Yxy48.40810.29490.5762
Hunter Lab69.5759-58.191239.4707
CIE-Lab75.0816-73.188964.3598

#0fd630 color RGB value is (15,214,48).

#0fd630 hex color red value is 15, green value is 214 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #0fd630 hue: 0.36 , saturation: 0.87 and the lightness value of 0fd630 is 0.45.

The process color (four color CMYK) of #0fd630 color hex is 0.93, 0.00, 0.78, 0.16. Web safe color of #0fd630 is #00cc33. Color #0fd630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11010110 00110000
Octal 17 326 60
Decimal 15 214 48
Hex F D6 30

RGB Percentages of Color #0fd630

%5.42
%77.26
%17.33

CMYK Percentages of Color #0fd630

%93
%0
%78
%16

Triadic Colors of #0fd630

#0fd630 #300fd6 #d6300f

Analogous Colors of #0fd630

#0fd630 #0fd694 #52d60f

Monochromatic Colors of #0fd630

#0fd630

Complementary Color

#0fd630 #d60fb5

#0fd630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fd630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fd630 Color CSS Codes

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

#0fd630 Text Font Color

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

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


#0fd630 Background Color

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

This div background color is #0fd630


#0fd630 Border Color

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

This div border color is #0fd630


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,214,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fd630; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fd630;
  -webkit-box-shadow: 1px 1px 3px 2px #0fd630;
  box-shadow:         1px 1px 3px 2px #0fd630; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fd630


Comments

No comments written yet.

Please login to write comment.