Color Hex Logo

#fae750 Color Hex

#FAE750
(250,231,80)
0 Favorites   0 Comments

Color spaces of #fae750

RGB 25023180
HSL0.150.940.65
HSV53°68°98°
CMYK 0.000.080.68   0.02
XYZ69.448278.055018.9952
Yxy78.05500.41710.4688
Hunter Lab88.3487-14.297049.0966
CIE-Lab90.8050-10.022572.3939

#fae750 color RGB value is (250,231,80).

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

The process color (four color CMYK) of #fae750 color hex is 0.00, 0.08, 0.68, 0.02. Web safe color of #fae750 is #ffff66. Color #fae750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01010000
Octal 372 347 120
Decimal 250 231 80
Hex FA E7 50

RGB Percentages of Color #fae750

%44.56
%41.18
%14.26

CMYK Percentages of Color #fae750

%0
%8
%68
%2

Triadic Colors of #fae750

#fae750 #50fae7 #e750fa

Analogous Colors of #fae750

#fae750 #b8fa50 #fa9250

Monochromatic Colors of #fae750

#fae750

Complementary Color

#fae750 #5063fa

#fae750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae750 Color CSS Codes

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

#fae750 Text Font Color

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

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


#fae750 Background Color

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

This div background color is #fae750


#fae750 Border Color

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

This div border color is #fae750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae750


Comments

No comments written yet.

Please login to write comment.