Color Hex Logo

#fbae35 Color Hex

#FBAE35
(251,174,53)
0 Favorites   0 Comments

Color spaces of #fbae35

RGB 25117453
HSL0.100.960.60
HSV37°79°98°
CMYK 0.000.310.79   0.02
XYZ55.562351.038410.2911
Yxy51.03840.47530.4366
Hunter Lab71.441213.803741.4681
CIE-Lab76.702318.492868.7289

#fbae35 color RGB value is (251,174,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 00110101
Octal 373 256 65
Decimal 251 174 53
Hex FB AE 35

RGB Percentages of Color #fbae35

%52.51
%36.40
%11.09

CMYK Percentages of Color #fbae35

%0
%31
%79
%2

Triadic Colors of #fbae35

#fbae35 #35fbae #ae35fb

Analogous Colors of #fbae35

#fbae35 #e5fb35 #fb4b35

Monochromatic Colors of #fbae35

#fbae35

Complementary Color

#fbae35 #3582fb

#fbae35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae35 Color CSS Codes

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

#fbae35 Text Font Color

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

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


#fbae35 Background Color

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

This div background color is #fbae35


#fbae35 Border Color

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

This div border color is #fbae35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae35


Comments

No comments written yet.

Please login to write comment.