Color Hex Logo

#fbdf4f Color Hex

#FBDF4F
(251,223,79)
0 Favorites   0 Comments

Color spaces of #fbdf4f

RGB 25122379
HSL0.140.960.65
HSV50°69°98°
CMYK 0.000.110.69   0.02
XYZ67.582673.849118.0895
Yxy73.84910.42370.4629
Hunter Lab85.9355-10.008747.6743
CIE-Lab88.8511-5.669970.8303

#fbdf4f color RGB value is (251,223,79).

#fbdf4f hex color red value is 251, green value is 223 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fbdf4f hue: 0.14 , saturation: 0.96 and the lightness value of fbdf4f is 0.65.

The process color (four color CMYK) of #fbdf4f color hex is 0.00, 0.11, 0.69, 0.02. Web safe color of #fbdf4f is #ffcc66. Color #fbdf4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01001111
Octal 373 337 117
Decimal 251 223 79
Hex FB DF 4F

RGB Percentages of Color #fbdf4f

%45.39
%40.33
%14.29

CMYK Percentages of Color #fbdf4f

%0
%11
%69
%2

Triadic Colors of #fbdf4f

#fbdf4f #4ffbdf #df4ffb

Analogous Colors of #fbdf4f

#fbdf4f #c1fb4f #fb894f

Monochromatic Colors of #fbdf4f

#fbdf4f

Complementary Color

#fbdf4f #4f6bfb

#fbdf4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf4f Color CSS Codes

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

#fbdf4f Text Font Color

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

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


#fbdf4f Background Color

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

This div background color is #fbdf4f


#fbdf4f Border Color

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

This div border color is #fbdf4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf4f


Comments

No comments written yet.

Please login to write comment.