Color Hex Logo

#fbd02f Color Hex

#FBD02F
(251,208,47)
0 Favorites   0 Comments

Color spaces of #fbd02f

RGB 25120847
HSL0.130.960.58
HSV47°81°98°
CMYK 0.000.170.81   0.02
XYZ62.852665.826212.0824
Yxy65.82620.44650.4676
Hunter Lab81.1333-3.702547.9639
CIE-Lab84.90770.663577.8704

#fbd02f color RGB value is (251,208,47).

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

The process color (four color CMYK) of #fbd02f color hex is 0.00, 0.17, 0.81, 0.02. Web safe color of #fbd02f is #ffcc33. Color #fbd02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00101111
Octal 373 320 57
Decimal 251 208 47
Hex FB D0 2F

RGB Percentages of Color #fbd02f

%49.60
%41.11
%9.29

CMYK Percentages of Color #fbd02f

%0
%17
%81
%2

Triadic Colors of #fbd02f

#fbd02f #2ffbd0 #d02ffb

Analogous Colors of #fbd02f

#fbd02f #c0fb2f #fb6a2f

Monochromatic Colors of #fbd02f

#fbd02f

Complementary Color

#fbd02f #2f5afb

#fbd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd02f Color CSS Codes

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

#fbd02f Text Font Color

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

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


#fbd02f Background Color

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

This div background color is #fbd02f


#fbd02f Border Color

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

This div border color is #fbd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd02f

Related Colors


Comments

No comments written yet.

Please login to write comment.