Color Hex Logo

#faea47 Color Hex

#FAEA47
(250,234,71)
0 Favorites   0 Comments

Color spaces of #faea47

RGB 25023471
HSL0.150.950.63
HSV55°72°98°
CMYK 0.000.060.72   0.02
XYZ69.984579.624617.6417
Yxy79.62460.41840.4761
Hunter Lab89.2326-16.160850.7409
CIE-Lab91.5162-11.931776.3400

#faea47 color RGB value is (250,234,71).

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

The process color (four color CMYK) of #faea47 color hex is 0.00, 0.06, 0.72, 0.02. Web safe color of #faea47 is #ffff33. Color #faea47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01000111
Octal 372 352 107
Decimal 250 234 71
Hex FA EA 47

RGB Percentages of Color #faea47

%45.05
%42.16
%12.79

CMYK Percentages of Color #faea47

%0
%6
%72
%2

Triadic Colors of #faea47

#faea47 #47faea #ea47fa

Analogous Colors of #faea47

#faea47 #b1fa47 #fa9147

Monochromatic Colors of #faea47

#faea47

Complementary Color

#faea47 #4757fa

#faea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea47 Color CSS Codes

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

#faea47 Text Font Color

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

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


#faea47 Background Color

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

This div background color is #faea47


#faea47 Border Color

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

This div border color is #faea47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea47

Related Colors


Comments

No comments written yet.

Please login to write comment.