color codes Logo

#fbe30f color codes

#FBE30F
(251,227,15)
0 Favorites   0 Comments

Color spaces of #fbe30f

RGB 25122715
HSL0.150.970.52
HSV54°94°98°
CMYK 0.000.100.94   0.02
XYZ67.339075.481911.4723
Yxy75.48190.43640.4892
Hunter Lab86.8803-13.689252.9871
CIE-Lab89.6182-9.513387.6378

#fbe30f color RGB value is (251,227,15).

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

The process color (four color CMYK) of #fbe30f color code is 0.00, 0.10, 0.94, 0.02. Web safe color of #fbe30f is #ffcc00. Color #fbe30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100011 00001111
Octal 373 343 17
Decimal 251 227 15
Hex FB E3 F

RGB Percentages of Color #fbe30f

%50.91
%46.04
%3.04

CMYK Percentages of Color #fbe30f

%0
%10
%94
%2

Triadic Colors of #fbe30f

#fbe30f #0ffbe3 #e30ffb

Analogous Colors of #fbe30f

#fbe30f #9dfb0f #fb6d0f

Monochromatic Colors of #fbe30f

#fbe30f

Complementary Color

#fbe30f #0f27fb

#fbe30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe30f Color CSS Codes

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

#fbe30f Text Font Color

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

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


#fbe30f Background Color

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

This div background color is #fbe30f


#fbe30f Border Color

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

This div border color is #fbe30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe30f


Comments

No comments written yet.

Please login to write comment.