Color Hex Logo

#fbae14 Color Hex

#FBAE14
(251,174,20)
0 Favorites   0 Comments

Color spaces of #fbae14

RGB 25117420
HSL0.110.970.53
HSV40°92°98°
CMYK 0.000.310.92   0.02
XYZ55.046050.83187.5721
Yxy50.83180.48520.4481
Hunter Lab71.296413.046243.6105
CIE-Lab76.577017.733777.3694

#fbae14 color RGB value is (251,174,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 00010100
Octal 373 256 24
Decimal 251 174 20
Hex FB AE 14

RGB Percentages of Color #fbae14

%56.40
%39.10
%4.49

CMYK Percentages of Color #fbae14

%0
%31
%92
%2

Triadic Colors of #fbae14

#fbae14 #14fbae #ae14fb

Analogous Colors of #fbae14

#fbae14 #d5fb14 #fb3b14

Monochromatic Colors of #fbae14

#fbae14

Complementary Color

#fbae14 #1461fb

#fbae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae14 Color CSS Codes

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

#fbae14 Text Font Color

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

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


#fbae14 Background Color

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

This div background color is #fbae14


#fbae14 Border Color

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

This div border color is #fbae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae14

Related Colors


Comments

No comments written yet.

Please login to write comment.