Color Hex Logo

#0fc634 Color Hex

#0FC634
(15,198,52)
0 Favorites   0 Comments

Color spaces of #0fc634

RGB 1519852
HSL0.370.860.42
HSV132°92°78°
CMYK 0.920.000.74   0.22
XYZ21.010940.737710.0046
Yxy40.73770.29280.5677
Hunter Lab63.8261-52.935335.3847
CIE-Lab69.9918-68.330558.0125

#0fc634 color RGB value is (15,198,52).

#0fc634 hex color red value is 15, green value is 198 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #0fc634 hue: 0.37 , saturation: 0.86 and the lightness value of 0fc634 is 0.42.

The process color (four color CMYK) of #0fc634 color hex is 0.92, 0.00, 0.74, 0.22. Web safe color of #0fc634 is #00cc33. Color #0fc634 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000110 00110100
Octal 17 306 64
Decimal 15 198 52
Hex F C6 34

RGB Percentages of Color #0fc634

%5.66
%74.72
%19.62

CMYK Percentages of Color #0fc634

%92
%0
%74
%22

Triadic Colors of #0fc634

#0fc634 #340fc6 #c6340f

Analogous Colors of #0fc634

#0fc634 #0fc690 #45c60f

Monochromatic Colors of #0fc634

#0fc634

Complementary Color

#0fc634 #c60fa1

#0fc634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc634 Color CSS Codes

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

#0fc634 Text Font Color

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

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


#0fc634 Background Color

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

This div background color is #0fc634


#0fc634 Border Color

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

This div border color is #0fc634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc634


Comments

No comments written yet.

Please login to write comment.