Color Hex Logo

#fbd20d Color Hex

#FBD20D
(251,210,13)
0 Favorites   0 Comments

Color spaces of #fbd20d

RGB 25121013
HSL0.140.970.52
HSV50°95°98°
CMYK 0.000.160.95   0.02
XYZ62.902966.63159.9266
Yxy66.63150.45100.4778
Hunter Lab81.6281-5.296549.9296
CIE-Lab85.3175-0.986884.6713

#fbd20d color RGB value is (251,210,13).

#fbd20d hex color red value is 251, green value is 210 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fbd20d hue: 0.14 , saturation: 0.97 and the lightness value of fbd20d is 0.52.

The process color (four color CMYK) of #fbd20d color hex is 0.00, 0.16, 0.95, 0.02. Web safe color of #fbd20d is #ffcc00. Color #fbd20d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 00001101
Octal 373 322 15
Decimal 251 210 13
Hex FB D2 D

RGB Percentages of Color #fbd20d

%52.95
%44.30
%2.74

CMYK Percentages of Color #fbd20d

%0
%16
%95
%2

Triadic Colors of #fbd20d

#fbd20d #0dfbd2 #d20dfb

Analogous Colors of #fbd20d

#fbd20d #adfb0d #fb5b0d

Monochromatic Colors of #fbd20d

#fbd20d

Complementary Color

#fbd20d #0d36fb

#fbd20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd20d Color CSS Codes

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

#fbd20d Text Font Color

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

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


#fbd20d Background Color

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

This div background color is #fbd20d


#fbd20d Border Color

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

This div border color is #fbd20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd20d


Comments

No comments written yet.

Please login to write comment.