Color Hex Logo

#fbcb4d Color Hex

#FBCB4D
(251,203,77)
0 Favorites   0 Comments

Color spaces of #fbcb4d

RGB 25120377
HSL0.120.960.64
HSV43°69°98°
CMYK 0.000.190.69   0.02
XYZ62.479263.756916.0345
Yxy63.75690.43920.4481
Hunter Lab79.8479-0.061643.9873
CIE-Lab83.83904.405466.5206

#fbcb4d color RGB value is (251,203,77).

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

The process color (four color CMYK) of #fbcb4d color hex is 0.00, 0.19, 0.69, 0.02. Web safe color of #fbcb4d is #ffcc66. Color #fbcb4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01001101
Octal 373 313 115
Decimal 251 203 77
Hex FB CB 4D

RGB Percentages of Color #fbcb4d

%47.27
%38.23
%14.50

CMYK Percentages of Color #fbcb4d

%0
%19
%69
%2

Triadic Colors of #fbcb4d

#fbcb4d #4dfbcb #cb4dfb

Analogous Colors of #fbcb4d

#fbcb4d #d4fb4d #fb744d

Monochromatic Colors of #fbcb4d

#fbcb4d

Complementary Color

#fbcb4d #4d7dfb

#fbcb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb4d Color CSS Codes

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

#fbcb4d Text Font Color

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

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


#fbcb4d Background Color

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

This div background color is #fbcb4d


#fbcb4d Border Color

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

This div border color is #fbcb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb4d


Comments

No comments written yet.

Please login to write comment.