Color Hex Logo

#fae037 Color Hex

#FAE037
(250,224,55)
0 Favorites   0 Comments

Color spaces of #fae037

RGB 25022455
HSL0.140.950.60
HSV52°78°98°
CMYK 0.000.100.78   0.02
XYZ66.769673.911114.3616
Yxy73.91110.43070.4767
Hunter Lab85.9716-11.818750.2757
CIE-Lab88.8805-7.593179.0214

#fae037 color RGB value is (250,224,55).

#fae037 hex color red value is 250, green value is 224 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #fae037 hue: 0.14 , saturation: 0.95 and the lightness value of fae037 is 0.60.

The process color (four color CMYK) of #fae037 color hex is 0.00, 0.10, 0.78, 0.02. Web safe color of #fae037 is #ffcc33. Color #fae037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00110111
Octal 372 340 67
Decimal 250 224 55
Hex FA E0 37

RGB Percentages of Color #fae037

%47.26
%42.34
%10.40

CMYK Percentages of Color #fae037

%0
%10
%78
%2

Triadic Colors of #fae037

#fae037 #37fae0 #e037fa

Analogous Colors of #fae037

#fae037 #b3fa37 #fa7f37

Monochromatic Colors of #fae037

#fae037

Complementary Color

#fae037 #3751fa

#fae037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae037 Color CSS Codes

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

#fae037 Text Font Color

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

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


#fae037 Background Color

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

This div background color is #fae037


#fae037 Border Color

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

This div border color is #fae037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae037

Related Colors


Comments

No comments written yet.

Please login to write comment.