Color Hex Logo

#fbdc4b Color Hex

#FBDC4B
(251,220,75)
0 Favorites   0 Comments

Color spaces of #fbdc4b

RGB 25122075
HSL0.140.960.64
HSV49°70°98°
CMYK 0.000.120.70   0.02
XYZ66.646972.203617.0806
Yxy72.20360.42740.4630
Hunter Lab84.9727-8.698847.5628
CIE-Lab88.0665-4.357171.5607

#fbdc4b color RGB value is (251,220,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01001011
Octal 373 334 113
Decimal 251 220 75
Hex FB DC 4B

RGB Percentages of Color #fbdc4b

%45.97
%40.29
%13.74

CMYK Percentages of Color #fbdc4b

%0
%12
%70
%2

Triadic Colors of #fbdc4b

#fbdc4b #4bfbdc #dc4bfb

Analogous Colors of #fbdc4b

#fbdc4b #c2fb4b #fb844b

Monochromatic Colors of #fbdc4b

#fbdc4b

Complementary Color

#fbdc4b #4b6afb

#fbdc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc4b Color CSS Codes

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

#fbdc4b Text Font Color

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

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


#fbdc4b Background Color

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

This div background color is #fbdc4b


#fbdc4b Border Color

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

This div border color is #fbdc4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,220,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 #fbdc4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc4b

Related Colors


Comments

No comments written yet.

Please login to write comment.