Color Hex Logo

#fae137 Color Hex

#FAE137
(250,225,55)
0 Favorites   0 Comments

Color spaces of #fae137

RGB 25022555
HSL0.150.950.60
HSV52°78°98°
CMYK 0.000.100.78   0.02
XYZ67.039174.450314.4514
Yxy74.45030.42990.4774
Hunter Lab86.2846-12.311950.4690
CIE-Lab89.1349-8.092579.2483

#fae137 color RGB value is (250,225,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00110111
Octal 372 341 67
Decimal 250 225 55
Hex FA E1 37

RGB Percentages of Color #fae137

%47.17
%42.45
%10.38

CMYK Percentages of Color #fae137

%0
%10
%78
%2

Triadic Colors of #fae137

#fae137 #37fae1 #e137fa

Analogous Colors of #fae137

#fae137 #b2fa37 #fa8037

Monochromatic Colors of #fae137

#fae137

Complementary Color

#fae137 #3750fa

#fae137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae137 Color CSS Codes

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

#fae137 Text Font Color

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

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


#fae137 Background Color

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

This div background color is #fae137


#fae137 Border Color

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

This div border color is #fae137


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,225,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 #fae137">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae137

Related Colors


Comments

No comments written yet.

Please login to write comment.