Color Hex Logo

#fae432 Color Hex

#FAE432
(250,228,50)
0 Favorites   0 Comments

Color spaces of #fae432

RGB 25022850
HSL0.150.950.59
HSV53°80°98°
CMYK 0.000.090.80   0.02
XYZ67.743576.041114.1245
Yxy76.04110.42900.4815
Hunter Lab87.2015-13.933051.4376
CIE-Lab89.8784-9.744081.3054

#fae432 color RGB value is (250,228,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00110010
Octal 372 344 62
Decimal 250 228 50
Hex FA E4 32

RGB Percentages of Color #fae432

%47.35
%43.18
%9.47

CMYK Percentages of Color #fae432

%0
%9
%80
%2

Triadic Colors of #fae432

#fae432 #32fae4 #e432fa

Analogous Colors of #fae432

#fae432 #acfa32 #fa8032

Monochromatic Colors of #fae432

#fae432

Complementary Color

#fae432 #3248fa

#fae432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae432 Color CSS Codes

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

#fae432 Text Font Color

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

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


#fae432 Background Color

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

This div background color is #fae432


#fae432 Border Color

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

This div border color is #fae432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae432

#fae432 Color Palettes


Comments

No comments written yet.

Please login to write comment.