Color Hex Logo

#00f48e Color Hex

#00F48E
(0,244,142)
1 Favorites   0 Comments

Color spaces of #00f48e

RGB 0244142
HSL0.431.000.48
HSV155°100°96°
CMYK 1.000.000.42   0.04
XYZ37.233266.654436.4944
Yxy66.65440.26520.4748
Hunter Lab81.6421-61.468230.6466
CIE-Lab85.3291-70.915535.7788

#00f48e color RGB value is (0,244,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110100 10001110
Octal 0 364 216
Decimal 0 244 142
Hex 0 F4 8E

RGB Percentages of Color #00f48e

%0.00
%63.21
%36.79

CMYK Percentages of Color #00f48e

%100
%0
%42
%4

Triadic Colors of #00f48e

#00f48e #8e00f4 #f48e00

Analogous Colors of #00f48e

#00f48e #00e0f4 #00f414

Monochromatic Colors of #00f48e

#00f48e

Complementary Color

#00f48e #f40066

#00f48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f48e Color CSS Codes

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

#00f48e Text Font Color

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

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


#00f48e Background Color

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

This div background color is #00f48e


#00f48e Border Color

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

This div border color is #00f48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f48e

#00f48e Color Palettes


Comments

No comments written yet.

Please login to write comment.