Color Hex Logo

#fbdf0f Color Hex

#FBDF0F
(251,223,15)
0 Favorites   0 Comments

Color spaces of #fbdf0f

RGB 25122315
HSL0.150.970.52
HSV53°94°98°
CMYK 0.000.110.94   0.02
XYZ66.257673.319111.1118
Yxy73.31910.43970.4866
Hunter Lab85.6266-11.723752.2445
CIE-Lab88.5997-7.521986.8816

#fbdf0f color RGB value is (251,223,15).

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

The process color (four color CMYK) of #fbdf0f color hex is 0.00, 0.11, 0.94, 0.02. Web safe color of #fbdf0f is #ffcc00. Color #fbdf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 00001111
Octal 373 337 17
Decimal 251 223 15
Hex FB DF F

RGB Percentages of Color #fbdf0f

%51.33
%45.60
%3.07

CMYK Percentages of Color #fbdf0f

%0
%11
%94
%2

Triadic Colors of #fbdf0f

#fbdf0f #0ffbdf #df0ffb

Analogous Colors of #fbdf0f

#fbdf0f #a1fb0f #fb690f

Monochromatic Colors of #fbdf0f

#fbdf0f

Complementary Color

#fbdf0f #0f2bfb

#fbdf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf0f Color CSS Codes

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

#fbdf0f Text Font Color

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

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


#fbdf0f Background Color

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

This div background color is #fbdf0f


#fbdf0f Border Color

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

This div border color is #fbdf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf0f

Related Colors


Comments

No comments written yet.

Please login to write comment.