color codes Logo

#fbd03d color codes

#FBD03D
(251,208,61)
0 Favorites   0 Comments

Color spaces of #fbd03d

RGB 25120861
HSL0.130.960.61
HSV46°76°98°
CMYK 0.000.170.76   0.02
XYZ63.181865.957913.8160
Yxy65.95790.44200.4614
Hunter Lab81.2145-3.259046.7639
CIE-Lab84.97491.132873.5936

#fbd03d color RGB value is (251,208,61).

#fbd03d hex color red value is 251, green value is 208 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fbd03d hue: 0.13 , saturation: 0.96 and the lightness value of fbd03d is 0.61.

The process color (four color CMYK) of #fbd03d color code is 0.00, 0.17, 0.76, 0.02. Web safe color of #fbd03d is #ffcc33. Color #fbd03d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00111101
Octal 373 320 75
Decimal 251 208 61
Hex FB D0 3D

RGB Percentages of Color #fbd03d

%48.27
%40.00
%11.73

CMYK Percentages of Color #fbd03d

%0
%17
%76
%2

Triadic Colors of #fbd03d

#fbd03d #3dfbd0 #d03dfb

Analogous Colors of #fbd03d

#fbd03d #c7fb3d #fb713d

Monochromatic Colors of #fbd03d

#fbd03d

Complementary Color

#fbd03d #3d68fb

#fbd03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd03d Color CSS Codes

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

#fbd03d Text Font Color

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

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


#fbd03d Background Color

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

This div background color is #fbd03d


#fbd03d Border Color

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

This div border color is #fbd03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd03d

Related Colors


Comments

No comments written yet.

Please login to write comment.