Color Hex Logo

#faef19 Color Hex

#FAEF19
(250,239,25)
0 Favorites   0 Comments

Color spaces of #faef19

RGB 25023925
HSL0.160.960.54
HSV57°90°98°
CMYK 0.000.040.90   0.02
XYZ70.466382.127213.0579
Yxy82.12720.42540.4958
Hunter Lab90.6241-19.796354.8938
CIE-Lab92.6310-15.703188.6666

#faef19 color RGB value is (250,239,25).

#faef19 hex color red value is 250, green value is 239 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #faef19 hue: 0.16 , saturation: 0.96 and the lightness value of faef19 is 0.54.

The process color (four color CMYK) of #faef19 color hex is 0.00, 0.04, 0.90, 0.02. Web safe color of #faef19 is #ffff00. Color #faef19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 00011001
Octal 372 357 31
Decimal 250 239 25
Hex FA EF 19

RGB Percentages of Color #faef19

%48.64
%46.50
%4.86

CMYK Percentages of Color #faef19

%0
%4
%90
%2

Triadic Colors of #faef19

#faef19 #19faef #ef19fa

Analogous Colors of #faef19

#faef19 #95fa19 #fa7f19

Monochromatic Colors of #faef19

#faef19

Complementary Color

#faef19 #1924fa

#faef19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef19 Color CSS Codes

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

#faef19 Text Font Color

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

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


#faef19 Background Color

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

This div background color is #faef19


#faef19 Border Color

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

This div border color is #faef19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef19


Comments

No comments written yet.

Please login to write comment.