Color Hex Logo

#faea19 Color Hex

#FAEA19
(250,234,25)
0 Favorites   0 Comments

Color spaces of #faea19

RGB 25023425
HSL0.150.960.54
HSV56°90°98°
CMYK 0.000.060.90   0.02
XYZ69.022679.239812.5766
Yxy79.23980.42910.4927
Hunter Lab89.0167-17.372453.9350
CIE-Lab91.3427-13.262087.6724

#faea19 color RGB value is (250,234,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 00011001
Octal 372 352 31
Decimal 250 234 25
Hex FA EA 19

RGB Percentages of Color #faea19

%49.12
%45.97
%4.91

CMYK Percentages of Color #faea19

%0
%6
%90
%2

Triadic Colors of #faea19

#faea19 #19faea #ea19fa

Analogous Colors of #faea19

#faea19 #9afa19 #fa7a19

Monochromatic Colors of #faea19

#faea19

Complementary Color

#faea19 #1929fa

#faea19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea19 Color CSS Codes

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

#faea19 Text Font Color

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

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


#faea19 Background Color

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

This div background color is #faea19


#faea19 Border Color

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

This div border color is #faea19


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,234,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 #faea19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea19


Comments

No comments written yet.

Please login to write comment.