Color Hex Logo

#fae328 Color Hex

#FAE328
(250,227,40)
0 Favorites   0 Comments

Color spaces of #fae328

RGB 25022740
HSL0.150.950.57
HSV53°84°98°
CMYK 0.000.090.84   0.02
XYZ67.276475.415413.0183
Yxy75.41540.43210.4843
Hunter Lab86.8420-13.689951.9014
CIE-Lab89.5872-9.517783.5185

#fae328 color RGB value is (250,227,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00101000
Octal 372 343 50
Decimal 250 227 40
Hex FA E3 28

RGB Percentages of Color #fae328

%48.36
%43.91
%7.74

CMYK Percentages of Color #fae328

%0
%9
%84
%2

Triadic Colors of #fae328

#fae328 #28fae3 #e328fa

Analogous Colors of #fae328

#fae328 #a8fa28 #fa7a28

Monochromatic Colors of #fae328

#fae328

Complementary Color

#fae328 #283ffa

#fae328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae328 Color CSS Codes

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

#fae328 Text Font Color

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

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


#fae328 Background Color

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

This div background color is #fae328


#fae328 Border Color

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

This div border color is #fae328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae328

Related Colors


Comments

No comments written yet.

Please login to write comment.