Color Hex Logo

#fae723 Color Hex

#FAE723
(250,231,35)
0 Favorites   0 Comments

Color spaces of #fae723

RGB 25023135
HSL0.150.960.56
HSV55°86°98°
CMYK 0.000.080.86   0.02
XYZ68.303677.597212.9679
Yxy77.59720.42990.4884
Hunter Lab88.0893-15.749052.9342
CIE-Lab90.5958-11.608685.3847

#fae723 color RGB value is (250,231,35).

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

The process color (four color CMYK) of #fae723 color hex is 0.00, 0.08, 0.86, 0.02. Web safe color of #fae723 is #ffff33. Color #fae723 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00100011
Octal 372 347 43
Decimal 250 231 35
Hex FA E7 23

RGB Percentages of Color #fae723

%48.45
%44.77
%6.78

CMYK Percentages of Color #fae723

%0
%8
%86
%2

Triadic Colors of #fae723

#fae723 #23fae7 #e723fa

Analogous Colors of #fae723

#fae723 #a2fa23 #fa7c23

Monochromatic Colors of #fae723

#fae723

Complementary Color

#fae723 #2336fa

#fae723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae723 Color CSS Codes

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

#fae723 Text Font Color

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

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


#fae723 Background Color

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

This div background color is #fae723


#fae723 Border Color

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

This div border color is #fae723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae723


Comments

No comments written yet.

Please login to write comment.