Color Hex Logo

#fbd325 Color Hex

#FBD325
(251,211,37)
0 Favorites   0 Comments

Color spaces of #fbd325

RGB 25121137
HSL0.140.960.56
HSV49°85°98°
CMYK 0.000.160.85   0.02
XYZ63.411967.231311.3850
Yxy67.23130.44650.4734
Hunter Lab81.9947-5.444949.1638
CIE-Lab85.6206-1.121280.9855

#fbd325 color RGB value is (251,211,37).

#fbd325 hex color red value is 251, green value is 211 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fbd325 hue: 0.14 , saturation: 0.96 and the lightness value of fbd325 is 0.56.

The process color (four color CMYK) of #fbd325 color hex is 0.00, 0.16, 0.85, 0.02. Web safe color of #fbd325 is #ffcc33. Color #fbd325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00100101
Octal 373 323 45
Decimal 251 211 37
Hex FB D3 25

RGB Percentages of Color #fbd325

%50.30
%42.28
%7.41

CMYK Percentages of Color #fbd325

%0
%16
%85
%2

Triadic Colors of #fbd325

#fbd325 #25fbd3 #d325fb

Analogous Colors of #fbd325

#fbd325 #b8fb25 #fb6825

Monochromatic Colors of #fbd325

#fbd325

Complementary Color

#fbd325 #254dfb

#fbd325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd325 Color CSS Codes

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

#fbd325 Text Font Color

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

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


#fbd325 Background Color

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

This div background color is #fbd325


#fbd325 Border Color

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

This div border color is #fbd325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd325


Comments

No comments written yet.

Please login to write comment.