Color Hex Logo

#fbae4c Color Hex

#FBAE4C
(251,174,76)
0 Favorites   0 Comments

Color spaces of #fbae4c

RGB 25117476
HSL0.090.960.64
HSV34°70°98°
CMYK 0.000.310.70   0.02
XYZ56.224251.303113.7766
Yxy51.30310.46350.4229
Hunter Lab71.626214.770838.7345
CIE-Lab76.862219.456859.7019

#fbae4c color RGB value is (251,174,76).

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

The process color (four color CMYK) of #fbae4c color hex is 0.00, 0.31, 0.70, 0.02. Web safe color of #fbae4c is #ff9933. Color #fbae4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 01001100
Octal 373 256 114
Decimal 251 174 76
Hex FB AE 4C

RGB Percentages of Color #fbae4c

%50.10
%34.73
%15.17

CMYK Percentages of Color #fbae4c

%0
%31
%70
%2

Triadic Colors of #fbae4c

#fbae4c #4cfbae #ae4cfb

Analogous Colors of #fbae4c

#fbae4c #f1fb4c #fb564c

Monochromatic Colors of #fbae4c

#fbae4c

Complementary Color

#fbae4c #4c99fb

#fbae4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae4c Color CSS Codes

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

#fbae4c Text Font Color

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

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


#fbae4c Background Color

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

This div background color is #fbae4c


#fbae4c Border Color

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

This div border color is #fbae4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae4c


Comments

No comments written yet.

Please login to write comment.