Color Hex Logo

#fbda1d Color Hex

#FBDA1D
(251,218,29)
0 Favorites   0 Comments

Color spaces of #fbda1d

RGB 25121829
HSL0.140.970.55
HSV51°88°98°
CMYK 0.000.130.88   0.02
XYZ65.076870.740711.3868
Yxy70.74070.44210.4806
Hunter Lab84.1075-9.076650.8483
CIE-Lab87.3589-4.823083.9776

#fbda1d color RGB value is (251,218,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 00011101
Octal 373 332 35
Decimal 251 218 29
Hex FB DA 1D

RGB Percentages of Color #fbda1d

%50.40
%43.78
%5.82

CMYK Percentages of Color #fbda1d

%0
%13
%88
%2

Triadic Colors of #fbda1d

#fbda1d #1dfbda #da1dfb

Analogous Colors of #fbda1d

#fbda1d #adfb1d #fb6b1d

Monochromatic Colors of #fbda1d

#fbda1d

Complementary Color

#fbda1d #1d3efb

#fbda1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda1d Color CSS Codes

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

#fbda1d Text Font Color

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

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


#fbda1d Background Color

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

This div background color is #fbda1d


#fbda1d Border Color

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

This div border color is #fbda1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda1d


Comments

No comments written yet.

Please login to write comment.