Color Hex Logo

#fbde4b Color Hex

#FBDE4B
(251,222,75)
0 Favorites   0 Comments

Color spaces of #fbde4b

RGB 25122275
HSL0.140.960.64
HSV50°70°98°
CMYK 0.000.120.70   0.02
XYZ67.174973.259817.2567
Yxy73.25980.42600.4646
Hunter Lab85.5919-9.694247.9605
CIE-Lab88.5715-5.363772.0619

#fbde4b color RGB value is (251,222,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 01001011
Octal 373 336 113
Decimal 251 222 75
Hex FB DE 4B

RGB Percentages of Color #fbde4b

%45.80
%40.51
%13.69

CMYK Percentages of Color #fbde4b

%0
%12
%70
%2

Triadic Colors of #fbde4b

#fbde4b #4bfbde #de4bfb

Analogous Colors of #fbde4b

#fbde4b #c0fb4b #fb864b

Monochromatic Colors of #fbde4b

#fbde4b

Complementary Color

#fbde4b #4b68fb

#fbde4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde4b Color CSS Codes

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

#fbde4b Text Font Color

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

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


#fbde4b Background Color

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

This div background color is #fbde4b


#fbde4b Border Color

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

This div border color is #fbde4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde4b


Comments

No comments written yet.

Please login to write comment.