Color Hex Logo

#fae31d Color Hex

#FAE31D
(250,227,29)
0 Favorites   0 Comments

Color spaces of #fae31d

RGB 25022729
HSL0.150.960.55
HSV54°88°98°
CMYK 0.000.090.88   0.02
XYZ67.115275.350912.1692
Yxy75.35090.43400.4873
Hunter Lab86.8049-13.897252.4515
CIE-Lab89.5571-9.744185.6571

#fae31d color RGB value is (250,227,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00011101
Octal 372 343 35
Decimal 250 227 29
Hex FA E3 1D

RGB Percentages of Color #fae31d

%49.41
%44.86
%5.73

CMYK Percentages of Color #fae31d

%0
%9
%88
%2

Triadic Colors of #fae31d

#fae31d #1dfae3 #e31dfa

Analogous Colors of #fae31d

#fae31d #a3fa1d #fa751d

Monochromatic Colors of #fae31d

#fae31d

Complementary Color

#fae31d #1d34fa

#fae31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae31d Color CSS Codes

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

#fae31d Text Font Color

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

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


#fae31d Background Color

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

This div background color is #fae31d


#fae31d Border Color

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

This div border color is #fae31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae31d


Comments

No comments written yet.

Please login to write comment.