Color Hex Logo

#fbae04 Color Hex

#FBAE04
(251,174,4)
0 Favorites   0 Comments

Color spaces of #fbae04

RGB 2511744
HSL0.110.970.50
HSV41°98°98°
CMYK 0.000.310.98   0.02
XYZ54.941650.79017.0226
Yxy50.79010.48730.4504
Hunter Lab71.267212.892444.0446
CIE-Lab76.551717.579279.3654

#fbae04 color RGB value is (251,174,4).

#fbae04 hex color red value is 251, green value is 174 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fbae04 hue: 0.11 , saturation: 0.97 and the lightness value of fbae04 is 0.50.

The process color (four color CMYK) of #fbae04 color hex is 0.00, 0.31, 0.98, 0.02. Web safe color of #fbae04 is #ff9900. Color #fbae04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 00000100
Octal 373 256 4
Decimal 251 174 4
Hex FB AE 4

RGB Percentages of Color #fbae04

%58.51
%40.56
%0.93

CMYK Percentages of Color #fbae04

%0
%31
%98
%2

Triadic Colors of #fbae04

#fbae04 #04fbae #ae04fb

Analogous Colors of #fbae04

#fbae04 #cdfb04 #fb3304

Monochromatic Colors of #fbae04

#fbae04

Complementary Color

#fbae04 #0451fb

#fbae04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae04 Color CSS Codes

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

#fbae04 Text Font Color

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

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


#fbae04 Background Color

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

This div background color is #fbae04


#fbae04 Border Color

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

This div border color is #fbae04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae04


Comments

No comments written yet.

Please login to write comment.