Color Hex Logo

#fbcb5d Color Hex

#FBCB5D
(251,203,93)
0 Favorites   0 Comments

Color spaces of #fbcb5d

RGB 25120393
HSL0.120.950.67
HSV42°63°98°
CMYK 0.000.190.63   0.02
XYZ63.115464.011419.3848
Yxy64.01140.43080.4369
Hunter Lab80.00710.801241.6397
CIE-Lab83.97175.304259.8535

#fbcb5d color RGB value is (251,203,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01011101
Octal 373 313 135
Decimal 251 203 93
Hex FB CB 5D

RGB Percentages of Color #fbcb5d

%45.89
%37.11
%17.00

CMYK Percentages of Color #fbcb5d

%0
%19
%63
%2

Triadic Colors of #fbcb5d

#fbcb5d #5dfbcb #cb5dfb

Analogous Colors of #fbcb5d

#fbcb5d #dcfb5d #fb7c5d

Monochromatic Colors of #fbcb5d

#fbcb5d

Complementary Color

#fbcb5d #5d8dfb

#fbcb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb5d Color CSS Codes

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

#fbcb5d Text Font Color

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

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


#fbcb5d Background Color

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

This div background color is #fbcb5d


#fbcb5d Border Color

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

This div border color is #fbcb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb5d


Comments

No comments written yet.

Please login to write comment.