Color Hex Logo

#0fdc65 Color Hex

#0FDC65
(15,220,101)
0 Favorites   0 Comments

Color spaces of #0fdc65

RGB 15220101
HSL0.400.870.46
HSV145°93°86°
CMYK 0.930.000.54   0.14
XYZ28.139252.227520.9098
Yxy52.22750.27780.5157
Hunter Lab72.2686-56.967633.4334
CIE-Lab77.4167-69.415045.6754

#0fdc65 color RGB value is (15,220,101).

#0fdc65 hex color red value is 15, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #0fdc65 hue: 0.40 , saturation: 0.87 and the lightness value of 0fdc65 is 0.46.

The process color (four color CMYK) of #0fdc65 color hex is 0.93, 0.00, 0.54, 0.14. Web safe color of #0fdc65 is #00cc66. Color #0fdc65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011100 01100101
Octal 17 334 145
Decimal 15 220 101
Hex F DC 65

RGB Percentages of Color #0fdc65

%4.46
%65.48
%30.06

CMYK Percentages of Color #0fdc65

%93
%0
%54
%14

Triadic Colors of #0fdc65

#0fdc65 #650fdc #dc650f

Analogous Colors of #0fdc65

#0fdc65 #0fdccc #20dc0f

Monochromatic Colors of #0fdc65

#0fdc65

Complementary Color

#0fdc65 #dc0f86

#0fdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdc65 Color CSS Codes

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

#0fdc65 Text Font Color

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

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


#0fdc65 Background Color

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

This div background color is #0fdc65


#0fdc65 Border Color

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

This div border color is #0fdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdc65


Comments

No comments written yet.

Please login to write comment.