Color Hex Logo

#faeb3e Color Hex

#FAEB3E
(250,235,62)
0 Favorites   0 Comments

Color spaces of #faeb3e

RGB 25023562
HSL0.150.950.61
HSV55°75°98°
CMYK 0.000.060.75   0.02
XYZ70.002280.088516.3265
Yxy80.08850.42060.4813
Hunter Lab89.4922-16.985851.8280
CIE-Lab91.7246-12.791879.4790

#faeb3e color RGB value is (250,235,62).

#faeb3e hex color red value is 250, green value is 235 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #faeb3e hue: 0.15 , saturation: 0.95 and the lightness value of faeb3e is 0.61.

The process color (four color CMYK) of #faeb3e color hex is 0.00, 0.06, 0.75, 0.02. Web safe color of #faeb3e is #ffff33. Color #faeb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 00111110
Octal 372 353 76
Decimal 250 235 62
Hex FA EB 3E

RGB Percentages of Color #faeb3e

%45.70
%42.96
%11.33

CMYK Percentages of Color #faeb3e

%0
%6
%75
%2

Triadic Colors of #faeb3e

#faeb3e #3efaeb #eb3efa

Analogous Colors of #faeb3e

#faeb3e #abfa3e #fa8d3e

Monochromatic Colors of #faeb3e

#faeb3e

Complementary Color

#faeb3e #3e4dfa

#faeb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb3e Color CSS Codes

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

#faeb3e Text Font Color

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

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


#faeb3e Background Color

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

This div background color is #faeb3e


#faeb3e Border Color

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

This div border color is #faeb3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,235,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faeb3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faeb3e;
  -webkit-box-shadow: 1px 1px 3px 2px #faeb3e;
  box-shadow:         1px 1px 3px 2px #faeb3e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb3e


Comments

No comments written yet.

Please login to write comment.