Color Hex Logo

#fae329 Color Hex

#FAE329
(250,227,41)
0 Favorites   0 Comments

Color spaces of #fae329

RGB 25022741
HSL0.150.950.57
HSV53°84°98°
CMYK 0.000.090.84   0.02
XYZ67.293775.422313.1090
Yxy75.42230.43190.4840
Hunter Lab86.8460-13.667651.8427
CIE-Lab89.5904-9.493483.2958

#fae329 color RGB value is (250,227,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00101001
Octal 372 343 51
Decimal 250 227 41
Hex FA E3 29

RGB Percentages of Color #fae329

%48.26
%43.82
%7.92

CMYK Percentages of Color #fae329

%0
%9
%84
%2

Triadic Colors of #fae329

#fae329 #29fae3 #e329fa

Analogous Colors of #fae329

#fae329 #a9fa29 #fa7b29

Monochromatic Colors of #fae329

#fae329

Complementary Color

#fae329 #2940fa

#fae329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae329 Color CSS Codes

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

#fae329 Text Font Color

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

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


#fae329 Background Color

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

This div background color is #fae329


#fae329 Border Color

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

This div border color is #fae329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae329


Comments

No comments written yet.

Please login to write comment.