Color Hex Logo

#00f48c Color Hex

#00F48C
(0,244,140)
0 Favorites   0 Comments

Color spaces of #00f48c

RGB 0244140
HSL0.431.000.48
HSV154°100°96°
CMYK 1.000.000.43   0.04
XYZ37.084366.594835.7105
Yxy66.59480.26600.4778
Hunter Lab81.6056-61.693631.1787
CIE-Lab85.2989-71.273636.7286

#00f48c color RGB value is (0,244,140).

#00f48c hex color red value is 0, green value is 244 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #00f48c hue: 0.43 , saturation: 1.00 and the lightness value of 00f48c is 0.48.

The process color (four color CMYK) of #00f48c color hex is 1.00, 0.00, 0.43, 0.04. Web safe color of #00f48c is #00ff99. Color #00f48c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110100 10001100
Octal 0 364 214
Decimal 0 244 140
Hex 0 F4 8C

RGB Percentages of Color #00f48c

%0.00
%63.54
%36.46

CMYK Percentages of Color #00f48c

%100
%0
%43
%4

Triadic Colors of #00f48c

#00f48c #8c00f4 #f48c00

Analogous Colors of #00f48c

#00f48c #00e2f4 #00f412

Monochromatic Colors of #00f48c

#00f48c

Complementary Color

#00f48c #f40068

#00f48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f48c Color CSS Codes

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

#00f48c Text Font Color

<p style="color:#00f48c">Text here</p>

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


#00f48c Background Color

<div style="background-color:#00f48c">
Div content here</div>

This div background color is #00f48c


#00f48c Border Color

<div style="border:3px solid #00f48c">
Div here</div>

This div border color is #00f48c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,244,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00f48c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00f48c;
  -webkit-box-shadow: 1px 1px 3px 2px #00f48c;
  box-shadow:         1px 1px 3px 2px #00f48c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,244,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f48c


Comments

No comments written yet.

Please login to write comment.