Color Hex Logo

#fbdc5b Color Hex

#FBDC5B
(251,220,91)
0 Favorites   0 Comments

Color spaces of #fbdc5b

RGB 25122091
HSL0.130.950.67
HSV48°64°98°
CMYK 0.000.120.64   0.02
XYZ67.265272.451020.3367
Yxy72.45100.42030.4527
Hunter Lab85.1182-7.895945.4170
CIE-Lab88.1852-3.499465.3059

#fbdc5b color RGB value is (251,220,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01011011
Octal 373 334 133
Decimal 251 220 91
Hex FB DC 5B

RGB Percentages of Color #fbdc5b

%44.66
%39.15
%16.19

CMYK Percentages of Color #fbdc5b

%0
%12
%64
%2

Triadic Colors of #fbdc5b

#fbdc5b #5bfbdc #dc5bfb

Analogous Colors of #fbdc5b

#fbdc5b #cafb5b #fb8c5b

Monochromatic Colors of #fbdc5b

#fbdc5b

Complementary Color

#fbdc5b #5b7afb

#fbdc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc5b Color CSS Codes

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

#fbdc5b Text Font Color

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

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


#fbdc5b Background Color

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

This div background color is #fbdc5b


#fbdc5b Border Color

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

This div border color is #fbdc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc5b


Comments

No comments written yet.

Please login to write comment.