Color Hex Logo

#fbd540 Color Hex

#FBD540
(251,213,64)
0 Favorites   0 Comments

Color spaces of #fbd540

RGB 25121364
HSL0.130.960.62
HSV48°75°98°
CMYK 0.000.150.75   0.02
XYZ64.503368.467914.6664
Yxy68.46790.43690.4638
Hunter Lab82.7453-5.656447.4127
CIE-Lab86.2399-1.298173.7535

#fbd540 color RGB value is (251,213,64).

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

The process color (four color CMYK) of #fbd540 color hex is 0.00, 0.15, 0.75, 0.02. Web safe color of #fbd540 is #ffcc33. Color #fbd540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01000000
Octal 373 325 100
Decimal 251 213 64
Hex FB D5 40

RGB Percentages of Color #fbd540

%47.54
%40.34
%12.12

CMYK Percentages of Color #fbd540

%0
%15
%75
%2

Triadic Colors of #fbd540

#fbd540 #40fbd5 #d540fb

Analogous Colors of #fbd540

#fbd540 #c4fb40 #fb7840

Monochromatic Colors of #fbd540

#fbd540

Complementary Color

#fbd540 #4066fb

#fbd540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd540 Color CSS Codes

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

#fbd540 Text Font Color

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

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


#fbd540 Background Color

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

This div background color is #fbd540


#fbd540 Border Color

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

This div border color is #fbd540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd540


Comments

No comments written yet.

Please login to write comment.