Color Hex Logo

#fbd00d Color Hex

#FBD00D
(251,208,13)
0 Favorites   0 Comments

Color spaces of #fbd00d

RGB 25120813
HSL0.140.970.52
HSV49°95°98°
CMYK 0.000.170.95   0.02
XYZ62.412265.65009.7630
Yxy65.65000.45280.4763
Hunter Lab81.0247-4.297149.5732
CIE-Lab84.81760.032184.3066

#fbd00d color RGB value is (251,208,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00001101
Octal 373 320 15
Decimal 251 208 13
Hex FB D0 D

RGB Percentages of Color #fbd00d

%53.18
%44.07
%2.75

CMYK Percentages of Color #fbd00d

%0
%17
%95
%2

Triadic Colors of #fbd00d

#fbd00d #0dfbd0 #d00dfb

Analogous Colors of #fbd00d

#fbd00d #affb0d #fb590d

Monochromatic Colors of #fbd00d

#fbd00d

Complementary Color

#fbd00d #0d38fb

#fbd00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd00d Color CSS Codes

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

#fbd00d Text Font Color

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

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


#fbd00d Background Color

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

This div background color is #fbd00d


#fbd00d Border Color

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

This div border color is #fbd00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd00d


Comments

No comments written yet.

Please login to write comment.