Color Hex Logo

#fbcb2d Color Hex

#FBCB2D
(251,203,45)
0 Favorites   0 Comments

Color spaces of #fbcb2d

RGB 25120345
HSL0.130.960.58
HSV46°82°98°
CMYK 0.000.190.82   0.02
XYZ61.613363.410611.4747
Yxy63.41060.45140.4646
Hunter Lab79.6308-1.241747.1979
CIE-Lab83.65793.168277.3548

#fbcb2d color RGB value is (251,203,45).

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

The process color (four color CMYK) of #fbcb2d color hex is 0.00, 0.19, 0.82, 0.02. Web safe color of #fbcb2d is #ffcc33. Color #fbcb2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 00101101
Octal 373 313 55
Decimal 251 203 45
Hex FB CB 2D

RGB Percentages of Color #fbcb2d

%50.30
%40.68
%9.02

CMYK Percentages of Color #fbcb2d

%0
%19
%82
%2

Triadic Colors of #fbcb2d

#fbcb2d #2dfbcb #cb2dfb

Analogous Colors of #fbcb2d

#fbcb2d #c4fb2d #fb642d

Monochromatic Colors of #fbcb2d

#fbcb2d

Complementary Color

#fbcb2d #2d5dfb

#fbcb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb2d Color CSS Codes

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

#fbcb2d Text Font Color

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

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


#fbcb2d Background Color

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

This div background color is #fbcb2d


#fbcb2d Border Color

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

This div border color is #fbcb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb2d

Related Colors


Comments

No comments written yet.

Please login to write comment.