Color Hex Logo

#fbcb5f Color Hex

#FBCB5F
(251,203,95)
0 Favorites   0 Comments

Color spaces of #fbcb5f

RGB 25120395
HSL0.120.950.68
HSV42°62°98°
CMYK 0.000.190.62   0.02
XYZ63.205264.047319.8576
Yxy64.04730.42960.4354
Hunter Lab80.02960.922841.3092
CIE-Lab83.99045.430458.9783

#fbcb5f color RGB value is (251,203,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01011111
Octal 373 313 137
Decimal 251 203 95
Hex FB CB 5F

RGB Percentages of Color #fbcb5f

%45.72
%36.98
%17.30

CMYK Percentages of Color #fbcb5f

%0
%19
%62
%2

Triadic Colors of #fbcb5f

#fbcb5f #5ffbcb #cb5ffb

Analogous Colors of #fbcb5f

#fbcb5f #ddfb5f #fb7d5f

Monochromatic Colors of #fbcb5f

#fbcb5f

Complementary Color

#fbcb5f #5f8ffb

#fbcb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb5f Color CSS Codes

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

#fbcb5f Text Font Color

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

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


#fbcb5f Background Color

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

This div background color is #fbcb5f


#fbcb5f Border Color

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

This div border color is #fbcb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb5f

Related Colors


Comments

No comments written yet.

Please login to write comment.