Color Hex Logo

#fae614 Color Hex

#FAE614
(250,230,20)
0 Favorites   0 Comments

Color spaces of #fae614

RGB 25023020
HSL0.150.960.53
HSV55°92°98°
CMYK 0.000.080.92   0.02
XYZ67.847476.968111.9422
Yxy76.96810.43280.4910
Hunter Lab87.7315-15.486553.3413
CIE-Lab90.3069-11.362887.5527

#fae614 color RGB value is (250,230,20).

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

The process color (four color CMYK) of #fae614 color hex is 0.00, 0.08, 0.92, 0.02. Web safe color of #fae614 is #ffff00. Color #fae614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00010100
Octal 372 346 24
Decimal 250 230 20
Hex FA E6 14

RGB Percentages of Color #fae614

%50.00
%46.00
%4.00

CMYK Percentages of Color #fae614

%0
%8
%92
%2

Triadic Colors of #fae614

#fae614 #14fae6 #e614fa

Analogous Colors of #fae614

#fae614 #9bfa14 #fa7314

Monochromatic Colors of #fae614

#fae614

Complementary Color

#fae614 #1428fa

#fae614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae614 Color CSS Codes

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

#fae614 Text Font Color

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

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


#fae614 Background Color

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

This div background color is #fae614


#fae614 Border Color

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

This div border color is #fae614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae614


Comments

No comments written yet.

Please login to write comment.