Color Hex Logo

#0fce94 Color Hex

#0FCE94
(15,206,148)
0 Favorites   0 Comments

Color spaces of #0fce94

RGB 15206148
HSL0.450.860.43
HSV162°93°81°
CMYK 0.930.000.28   0.19
XYZ27.613646.382335.5143
Yxy46.38230.25220.4235
Hunter Lab68.1046-46.808516.7554
CIE-Lab73.7929-55.883317.1438

#0fce94 color RGB value is (15,206,148).

#0fce94 hex color red value is 15, green value is 206 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #0fce94 hue: 0.45 , saturation: 0.86 and the lightness value of 0fce94 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 10010100
Octal 17 316 224
Decimal 15 206 148
Hex F CE 94

RGB Percentages of Color #0fce94

%4.07
%55.83
%40.11

CMYK Percentages of Color #0fce94

%93
%0
%28
%19

Triadic Colors of #0fce94

#0fce94 #940fce #ce940f

Analogous Colors of #0fce94

#0fce94 #0fa9ce #0fce35

Monochromatic Colors of #0fce94

#0fce94

Complementary Color

#0fce94 #ce0f49

#0fce94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fce94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fce94 Color CSS Codes

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

#0fce94 Text Font Color

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

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


#0fce94 Background Color

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

This div background color is #0fce94


#0fce94 Border Color

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

This div border color is #0fce94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fce94

#0fce94 Color Palettes


Comments

No comments written yet.

Please login to write comment.