Color Hex Logo

#0ffc40 Color Hex

#0FFC40
(15,252,64)
0 Favorites   0 Comments

Color spaces of #0ffc40

RGB 1525264
HSL0.370.980.52
HSV132°94°99°
CMYK 0.940.000.75   0.01
XYZ35.932870.092516.4858
Yxy70.09250.29330.5721
Hunter Lab83.7213-69.900846.9299
CIE-Lab87.0422-82.609271.0616

#0ffc40 color RGB value is (15,252,64).

#0ffc40 hex color red value is 15, green value is 252 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #0ffc40 hue: 0.37 , saturation: 0.98 and the lightness value of 0ffc40 is 0.52.

The process color (four color CMYK) of #0ffc40 color hex is 0.94, 0.00, 0.75, 0.01. Web safe color of #0ffc40 is #00ff33. Color #0ffc40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111100 01000000
Octal 17 374 100
Decimal 15 252 64
Hex F FC 40

RGB Percentages of Color #0ffc40

%4.53
%76.13
%19.34

CMYK Percentages of Color #0ffc40

%94
%0
%75
%1

Triadic Colors of #0ffc40

#0ffc40 #400ffc #fc400f

Analogous Colors of #0ffc40

#0ffc40 #0ffcb7 #55fc0f

Monochromatic Colors of #0ffc40

#0ffc40

Complementary Color

#0ffc40 #fc0fcb

#0ffc40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffc40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffc40 Color CSS Codes

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

#0ffc40 Text Font Color

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

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


#0ffc40 Background Color

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

This div background color is #0ffc40


#0ffc40 Border Color

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

This div border color is #0ffc40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffc40


Comments

No comments written yet.

Please login to write comment.