Color Hex Logo

#0fd074 Color Hex

#0FD074
(15,208,116)
0 Favorites   0 Comments

Color spaces of #0fd074

RGB 15208116
HSL0.420.870.44
HSV151°93°82°
CMYK 0.930.000.44   0.18
XYZ25.905346.474324.1281
Yxy46.47430.26840.4816
Hunter Lab68.1721-51.471326.7360
CIE-Lab73.8522-63.113833.8901

#0fd074 color RGB value is (15,208,116).

#0fd074 hex color red value is 15, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #0fd074 hue: 0.42 , saturation: 0.87 and the lightness value of 0fd074 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11010000 01110100
Octal 17 320 164
Decimal 15 208 116
Hex F D0 74

RGB Percentages of Color #0fd074

%4.42
%61.36
%34.22

CMYK Percentages of Color #0fd074

%93
%0
%44
%18

Triadic Colors of #0fd074

#0fd074 #740fd0 #d0740f

Analogous Colors of #0fd074

#0fd074 #0fccd0 #0fd014

Monochromatic Colors of #0fd074

#0fd074

Complementary Color

#0fd074 #d00f6b

#0fd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fd074 Color CSS Codes

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

#0fd074 Text Font Color

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

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


#0fd074 Background Color

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

This div background color is #0fd074


#0fd074 Border Color

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

This div border color is #0fd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fd074

#0fd074 Color Palettes


Comments

No comments written yet.

Please login to write comment.