Color Hex Logo

#fbdf7c Color Hex

#FBDF7C
(251,223,124)
0 Favorites   0 Comments

Color spaces of #fbdf7c

RGB 251223124
HSL0.130.940.74
HSV47°51°98°
CMYK 0.000.110.51   0.02
XYZ69.809474.739829.8157
Yxy74.73980.40040.4286
Hunter Lab86.4522-7.154140.0685
CIE-Lab89.2710-2.631051.6269

#fbdf7c color RGB value is (251,223,124).

#fbdf7c hex color red value is 251, green value is 223 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fbdf7c hue: 0.13 , saturation: 0.94 and the lightness value of fbdf7c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 01111100
Octal 373 337 174
Decimal 251 223 124
Hex FB DF 7C

RGB Percentages of Color #fbdf7c

%41.97
%37.29
%20.74

CMYK Percentages of Color #fbdf7c

%0
%11
%51
%2

Triadic Colors of #fbdf7c

#fbdf7c #7cfbdf #df7cfb

Analogous Colors of #fbdf7c

#fbdf7c #d8fb7c #fba07c

Monochromatic Colors of #fbdf7c

#fbdf7c

Complementary Color

#fbdf7c #7c98fb

#fbdf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf7c Color CSS Codes

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

#fbdf7c Text Font Color

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

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


#fbdf7c Background Color

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

This div background color is #fbdf7c


#fbdf7c Border Color

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

This div border color is #fbdf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf7c


Comments

No comments written yet.

Please login to write comment.