Color Hex Logo

#fbcd5f Color Hex

#FBCD5F
(251,205,95)
0 Favorites   0 Comments

Color spaces of #fbcd5f

RGB 25120595
HSL0.120.950.68
HSV42°62°98°
CMYK 0.000.180.62   0.02
XYZ63.680564.998120.0160
Yxy64.99810.42830.4371
Hunter Lab80.6214-0.095541.7150
CIE-Lab84.48284.399459.5264

#fbcd5f color RGB value is (251,205,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 01011111
Octal 373 315 137
Decimal 251 205 95
Hex FB CD 5F

RGB Percentages of Color #fbcd5f

%45.55
%37.21
%17.24

CMYK Percentages of Color #fbcd5f

%0
%18
%62
%2

Triadic Colors of #fbcd5f

#fbcd5f #5ffbcd #cd5ffb

Analogous Colors of #fbcd5f

#fbcd5f #dbfb5f #fb7f5f

Monochromatic Colors of #fbcd5f

#fbcd5f

Complementary Color

#fbcd5f #5f8dfb

#fbcd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcd5f Color CSS Codes

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

#fbcd5f Text Font Color

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

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


#fbcd5f Background Color

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

This div background color is #fbcd5f


#fbcd5f Border Color

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

This div border color is #fbcd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcd5f

#fbcd5f Color Palettes


Comments

No comments written yet.

Please login to write comment.