Color Hex Logo

#fbdf5f Color Hex

#FBDF5F
(251,223,95)
0 Favorites   0 Comments

Color spaces of #fbdf5f

RGB 25122395
HSL0.140.950.68
HSV49°62°98°
CMYK 0.000.110.62   0.02
XYZ68.236974.110821.5348
Yxy74.11080.41640.4522
Hunter Lab86.0876-9.166345.4300
CIE-Lab88.9748-4.767564.4649

#fbdf5f color RGB value is (251,223,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01011111
Octal 373 337 137
Decimal 251 223 95
Hex FB DF 5F

RGB Percentages of Color #fbdf5f

%44.11
%39.19
%16.70

CMYK Percentages of Color #fbdf5f

%0
%11
%62
%2

Triadic Colors of #fbdf5f

#fbdf5f #5ffbdf #df5ffb

Analogous Colors of #fbdf5f

#fbdf5f #c9fb5f #fb915f

Monochromatic Colors of #fbdf5f

#fbdf5f

Complementary Color

#fbdf5f #5f7bfb

#fbdf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf5f Color CSS Codes

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

#fbdf5f Text Font Color

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

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


#fbdf5f Background Color

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

This div background color is #fbdf5f


#fbdf5f Border Color

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

This div border color is #fbdf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf5f

Related Colors


Comments

No comments written yet.

Please login to write comment.