Color Hex Logo

#fbd225 Color Hex

#FBD225
(251,210,37)
0 Favorites   0 Comments

Color spaces of #fbd225

RGB 25121037
HSL0.130.960.56
HSV49°85°98°
CMYK 0.000.160.85   0.02
XYZ63.164266.736011.3025
Yxy66.73600.44730.4726
Hunter Lab81.6921-4.945348.9814
CIE-Lab85.3705-0.612580.7823

#fbd225 color RGB value is (251,210,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 00100101
Octal 373 322 45
Decimal 251 210 37
Hex FB D2 25

RGB Percentages of Color #fbd225

%50.40
%42.17
%7.43

CMYK Percentages of Color #fbd225

%0
%16
%85
%2

Triadic Colors of #fbd225

#fbd225 #25fbd2 #d225fb

Analogous Colors of #fbd225

#fbd225 #b9fb25 #fb6725

Monochromatic Colors of #fbd225

#fbd225

Complementary Color

#fbd225 #254efb

#fbd225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd225 Color CSS Codes

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

#fbd225 Text Font Color

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

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


#fbd225 Background Color

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

This div background color is #fbd225


#fbd225 Border Color

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

This div border color is #fbd225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd225

#fbd225 Color Palettes


Comments

No comments written yet.

Please login to write comment.