Color Hex Logo

#fbda4c Color Hex

#FBDA4C
(251,218,76)
0 Favorites   0 Comments

Color spaces of #fbda4c

RGB 25121876
HSL0.140.960.64
HSV49°70°98°
CMYK 0.000.130.70   0.02
XYZ66.159671.173817.0884
Yxy71.17380.42840.4609
Hunter Lab84.3646-7.656447.0458
CIE-Lab87.5694-3.299670.6872

#fbda4c color RGB value is (251,218,76).

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

The process color (four color CMYK) of #fbda4c color hex is 0.00, 0.13, 0.70, 0.02. Web safe color of #fbda4c is #ffcc33. Color #fbda4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01001100
Octal 373 332 114
Decimal 251 218 76
Hex FB DA 4C

RGB Percentages of Color #fbda4c

%46.06
%40.00
%13.94

CMYK Percentages of Color #fbda4c

%0
%13
%70
%2

Triadic Colors of #fbda4c

#fbda4c #4cfbda #da4cfb

Analogous Colors of #fbda4c

#fbda4c #c5fb4c #fb834c

Monochromatic Colors of #fbda4c

#fbda4c

Complementary Color

#fbda4c #4c6dfb

#fbda4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda4c Color CSS Codes

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

#fbda4c Text Font Color

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

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


#fbda4c Background Color

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

This div background color is #fbda4c


#fbda4c Border Color

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

This div border color is #fbda4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda4c


Comments

No comments written yet.

Please login to write comment.