Color Hex Logo

#fbda5c Color Hex

#FBDA5C
(251,218,92)
0 Favorites   0 Comments

Color spaces of #fbda5c

RGB 25121892
HSL0.130.950.67
HSV48°63°98°
CMYK 0.000.130.63   0.02
XYZ66.786871.424720.3915
Yxy71.42470.42110.4503
Hunter Lab84.5131-6.837744.8536
CIE-Lab87.6909-2.427764.3510

#fbda5c color RGB value is (251,218,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01011100
Octal 373 332 134
Decimal 251 218 92
Hex FB DA 5C

RGB Percentages of Color #fbda5c

%44.74
%38.86
%16.40

CMYK Percentages of Color #fbda5c

%0
%13
%63
%2

Triadic Colors of #fbda5c

#fbda5c #5cfbda #da5cfb

Analogous Colors of #fbda5c

#fbda5c #cdfb5c #fb8b5c

Monochromatic Colors of #fbda5c

#fbda5c

Complementary Color

#fbda5c #5c7dfb

#fbda5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda5c Color CSS Codes

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

#fbda5c Text Font Color

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

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


#fbda5c Background Color

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

This div background color is #fbda5c


#fbda5c Border Color

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

This div border color is #fbda5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda5c


Comments

No comments written yet.

Please login to write comment.