Color Hex Logo

#0fce8b Color Hex

#0FCE8B
(15,206,139)
0 Favorites   0 Comments

Color spaces of #0fce8b

RGB 15206139
HSL0.440.860.43
HSV159°93°81°
CMYK 0.930.000.33   0.19
XYZ26.928546.108331.9066
Yxy46.10830.25660.4394
Hunter Lab67.9031-48.042219.6727
CIE-Lab73.6158-57.881321.6675

#0fce8b color RGB value is (15,206,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 10001011
Octal 17 316 213
Decimal 15 206 139
Hex F CE 8B

RGB Percentages of Color #0fce8b

%4.17
%57.22
%38.61

CMYK Percentages of Color #0fce8b

%93
%0
%33
%19

Triadic Colors of #0fce8b

#0fce8b #8b0fce #ce8b0f

Analogous Colors of #0fce8b

#0fce8b #0fb2ce #0fce2c

Monochromatic Colors of #0fce8b

#0fce8b

Complementary Color

#0fce8b #ce0f52

#0fce8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fce8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fce8b Color CSS Codes

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

#0fce8b Text Font Color

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

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


#0fce8b Background Color

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

This div background color is #0fce8b


#0fce8b Border Color

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

This div border color is #0fce8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fce8b


Comments

No comments written yet.

Please login to write comment.