Color Hex Logo

#fbdc5a Color Hex

#FBDC5A
(251,220,90)
0 Favorites   0 Comments

Color spaces of #fbdc5a

RGB 25122090
HSL0.130.950.67
HSV48°64°98°
CMYK 0.000.120.64   0.02
XYZ67.222372.433820.1110
Yxy72.43380.42080.4534
Hunter Lab85.1080-7.951545.5654
CIE-Lab88.1770-3.558665.7161

#fbdc5a color RGB value is (251,220,90).

#fbdc5a hex color red value is 251, green value is 220 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fbdc5a hue: 0.13 , saturation: 0.95 and the lightness value of fbdc5a is 0.67.

The process color (four color CMYK) of #fbdc5a color hex is 0.00, 0.12, 0.64, 0.02. Web safe color of #fbdc5a is #ffcc66. Color #fbdc5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01011010
Octal 373 334 132
Decimal 251 220 90
Hex FB DC 5A

RGB Percentages of Color #fbdc5a

%44.74
%39.22
%16.04

CMYK Percentages of Color #fbdc5a

%0
%12
%64
%2

Triadic Colors of #fbdc5a

#fbdc5a #5afbdc #dc5afb

Analogous Colors of #fbdc5a

#fbdc5a #cafb5a #fb8c5a

Monochromatic Colors of #fbdc5a

#fbdc5a

Complementary Color

#fbdc5a #5a79fb

#fbdc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc5a Color CSS Codes

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

#fbdc5a Text Font Color

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

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


#fbdc5a Background Color

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

This div background color is #fbdc5a


#fbdc5a Border Color

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

This div border color is #fbdc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc5a

#fbdc5a Color Palettes


Comments

No comments written yet.

Please login to write comment.