Color Hex Logo

#fbdc0a Color Hex

#FBDC0A
(251,220,10)
0 Favorites   0 Comments

Color spaces of #fbdc0a

RGB 25122010
HSL0.150.970.51
HSV52°96°98°
CMYK 0.000.120.96   0.02
XYZ65.431671.717510.6814
Yxy71.71750.44260.4851
Hunter Lab84.6862-10.285351.8021
CIE-Lab87.8324-6.064886.7814

#fbdc0a color RGB value is (251,220,10).

#fbdc0a hex color red value is 251, green value is 220 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fbdc0a hue: 0.15 , saturation: 0.97 and the lightness value of fbdc0a is 0.51.

The process color (four color CMYK) of #fbdc0a color hex is 0.00, 0.12, 0.96, 0.02. Web safe color of #fbdc0a is #ffcc00. Color #fbdc0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 00001010
Octal 373 334 12
Decimal 251 220 10
Hex FB DC A

RGB Percentages of Color #fbdc0a

%52.18
%45.74
%2.08

CMYK Percentages of Color #fbdc0a

%0
%12
%96
%2

Triadic Colors of #fbdc0a

#fbdc0a #0afbdc #dc0afb

Analogous Colors of #fbdc0a

#fbdc0a #a2fb0a #fb630a

Monochromatic Colors of #fbdc0a

#fbdc0a

Complementary Color

#fbdc0a #0a29fb

#fbdc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc0a Color CSS Codes

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

#fbdc0a Text Font Color

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

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


#fbdc0a Background Color

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

This div background color is #fbdc0a


#fbdc0a Border Color

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

This div border color is #fbdc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc0a

Related Colors


Comments

No comments written yet.

Please login to write comment.