Color Hex Logo

#faef46 Color Hex

#FAEF46
(250,239,70)
0 Favorites   0 Comments

Color spaces of #faef46

RGB 25023970
HSL0.160.950.63
HSV56°72°98°
CMYK 0.000.040.72   0.02
XYZ71.396382.499217.9553
Yxy82.49920.41550.4801
Hunter Lab90.8291-18.640751.8598
CIE-Lab92.7947-14.426977.9022

#faef46 color RGB value is (250,239,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 01000110
Octal 372 357 106
Decimal 250 239 70
Hex FA EF 46

RGB Percentages of Color #faef46

%44.72
%42.75
%12.52

CMYK Percentages of Color #faef46

%0
%4
%72
%2

Triadic Colors of #faef46

#faef46 #46faef #ef46fa

Analogous Colors of #faef46

#faef46 #abfa46 #fa9546

Monochromatic Colors of #faef46

#faef46

Complementary Color

#faef46 #4651fa

#faef46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef46 Color CSS Codes

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

#faef46 Text Font Color

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

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


#faef46 Background Color

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

This div background color is #faef46


#faef46 Border Color

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

This div border color is #faef46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef46


Comments

No comments written yet.

Please login to write comment.