Color Hex Logo

#fbae5c Color Hex

#FBAE5C
(251,174,92)
0 Favorites   0 Comments

Color spaces of #fbae5c

RGB 25117492
HSL0.090.950.67
HSV31°63°98°
CMYK 0.000.310.63   0.02
XYZ56.851551.554017.0797
Yxy51.55400.45310.4108
Hunter Lab71.801115.682836.1572
CIE-Lab77.013420.360652.5055

#fbae5c color RGB value is (251,174,92).

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

The process color (four color CMYK) of #fbae5c color hex is 0.00, 0.31, 0.63, 0.02. Web safe color of #fbae5c is #ff9966. Color #fbae5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 01011100
Octal 373 256 134
Decimal 251 174 92
Hex FB AE 5C

RGB Percentages of Color #fbae5c

%48.55
%33.66
%17.79

CMYK Percentages of Color #fbae5c

%0
%31
%63
%2

Triadic Colors of #fbae5c

#fbae5c #5cfbae #ae5cfb

Analogous Colors of #fbae5c

#fbae5c #f9fb5c #fb5f5c

Monochromatic Colors of #fbae5c

#fbae5c

Complementary Color

#fbae5c #5ca9fb

#fbae5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae5c Color CSS Codes

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

#fbae5c Text Font Color

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

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


#fbae5c Background Color

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

This div background color is #fbae5c


#fbae5c Border Color

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

This div border color is #fbae5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae5c


Comments

No comments written yet.

Please login to write comment.