Color Hex Logo

#0fce3f Color Hex

#0FCE3F
(15,206,63)
0 Favorites   0 Comments

Color spaces of #0fce3f

RGB 1520663
HSL0.380.860.43
HSV135°93°81°
CMYK 0.930.000.69   0.19
XYZ23.165544.603112.0909
Yxy44.60310.29010.5585
Hunter Lab66.7856-54.959536.0160
CIE-Lab72.6298-69.701656.6791

#0fce3f color RGB value is (15,206,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 00111111
Octal 17 316 77
Decimal 15 206 63
Hex F CE 3F

RGB Percentages of Color #0fce3f

%5.28
%72.54
%22.18

CMYK Percentages of Color #0fce3f

%93
%0
%69
%19

Triadic Colors of #0fce3f

#0fce3f #3f0fce #ce3f0f

Analogous Colors of #0fce3f

#0fce3f #0fce9f #3fce0f

Monochromatic Colors of #0fce3f

#0fce3f

Complementary Color

#0fce3f #ce0f9e

#0fce3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fce3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fce3f Color CSS Codes

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

#0fce3f Text Font Color

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

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


#0fce3f Background Color

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

This div background color is #0fce3f


#0fce3f Border Color

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

This div border color is #0fce3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fce3f


Comments

No comments written yet.

Please login to write comment.