color codes Logo

#0ffb3f color codes

#0FFB3F
(15,251,63)
0 Favorites   0 Comments

Color spaces of #0ffb3f

RGB 1525163
HSL0.370.970.52
HSV132°94°98°
CMYK 0.940.000.75   0.02
XYZ35.591469.454816.2329
Yxy69.45480.29350.5727
Hunter Lab83.3395-69.613146.7892
CIE-Lab86.7288-82.406871.0691

#0ffb3f color RGB value is (15,251,63).

#0ffb3f hex color red value is 15, green value is 251 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0ffb3f hue: 0.37 , saturation: 0.97 and the lightness value of 0ffb3f is 0.52.

The process color (four color CMYK) of #0ffb3f color code is 0.94, 0.00, 0.75, 0.02. Web safe color of #0ffb3f is #00ff33. Color #0ffb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 00111111
Octal 17 373 77
Decimal 15 251 63
Hex F FB 3F

RGB Percentages of Color #0ffb3f

%4.56
%76.29
%19.15

CMYK Percentages of Color #0ffb3f

%94
%0
%75
%2

Triadic Colors of #0ffb3f

#0ffb3f #3f0ffb #fb3f0f

Analogous Colors of #0ffb3f

#0ffb3f #0ffbb5 #55fb0f

Monochromatic Colors of #0ffb3f

#0ffb3f

Complementary Color

#0ffb3f #fb0fcb

#0ffb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffb3f Color CSS Codes

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

#0ffb3f Text Font Color

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

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


#0ffb3f Background Color

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

This div background color is #0ffb3f


#0ffb3f Border Color

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

This div border color is #0ffb3f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,251,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 #0ffb3f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffb3f

Related Colors


Comments

No comments written yet.

Please login to write comment.