Color Hex Logo

#fae132 Color Hex

#FAE132
(250,225,50)
0 Favorites   0 Comments

Color spaces of #fae132

RGB 25022550
HSL0.150.950.59
HSV53°80°98°
CMYK 0.000.100.80   0.02
XYZ66.925374.404713.8518
Yxy74.40470.43130.4795
Hunter Lab86.2582-12.458650.8596
CIE-Lab89.1134-8.252080.6422

#fae132 color RGB value is (250,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00110010
Octal 372 341 62
Decimal 250 225 50
Hex FA E1 32

RGB Percentages of Color #fae132

%47.62
%42.86
%9.52

CMYK Percentages of Color #fae132

%0
%10
%80
%2

Triadic Colors of #fae132

#fae132 #32fae1 #e132fa

Analogous Colors of #fae132

#fae132 #affa32 #fa7d32

Monochromatic Colors of #fae132

#fae132

Complementary Color

#fae132 #324bfa

#fae132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae132 Color CSS Codes

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

#fae132 Text Font Color

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

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


#fae132 Background Color

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

This div background color is #fae132


#fae132 Border Color

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

This div border color is #fae132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae132


Comments

No comments written yet.

Please login to write comment.