Color Hex Logo

#0fd388 Color Hex

#0FD388
(15,211,136)
0 Favorites   0 Comments

Color spaces of #0fd388

RGB 15211136
HSL0.440.870.44
HSV157°93°83°
CMYK 0.930.000.36   0.17
XYZ27.935248.467731.1754
Yxy48.46770.25970.4505
Hunter Lab69.6187-50.207922.1830
CIE-Lab75.1190-60.318425.2819

#0fd388 color RGB value is (15,211,136).

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

The process color (four color CMYK) of #0fd388 color hex is 0.93, 0.00, 0.36, 0.17. Web safe color of #0fd388 is #00cc99. Color #0fd388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11010011 10001000
Octal 17 323 210
Decimal 15 211 136
Hex F D3 88

RGB Percentages of Color #0fd388

%4.14
%58.29
%37.57

CMYK Percentages of Color #0fd388

%93
%0
%36
%17

Triadic Colors of #0fd388

#0fd388 #880fd3 #d3880f

Analogous Colors of #0fd388

#0fd388 #0fbcd3 #0fd326

Monochromatic Colors of #0fd388

#0fd388

Complementary Color

#0fd388 #d30f5a

#0fd388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fd388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fd388 Color CSS Codes

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

#0fd388 Text Font Color

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

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


#0fd388 Background Color

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

This div background color is #0fd388


#0fd388 Border Color

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

This div border color is #0fd388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fd388


Comments

No comments written yet.

Please login to write comment.