Color Hex Logo

#faed46 Color Hex

#FAED46
(250,237,70)
0 Favorites   0 Comments

Color spaces of #faed46

RGB 25023770
HSL0.150.950.63
HSV56°72°98°
CMYK 0.000.050.72   0.02
XYZ70.814081.334617.7612
Yxy81.33460.41680.4787
Hunter Lab90.1857-17.666451.4534
CIE-Lab92.2804-13.448977.4120

#faed46 color RGB value is (250,237,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01000110
Octal 372 355 106
Decimal 250 237 70
Hex FA ED 46

RGB Percentages of Color #faed46

%44.88
%42.55
%12.57

CMYK Percentages of Color #faed46

%0
%5
%72
%2

Triadic Colors of #faed46

#faed46 #46faed #ed46fa

Analogous Colors of #faed46

#faed46 #adfa46 #fa9346

Monochromatic Colors of #faed46

#faed46

Complementary Color

#faed46 #4653fa

#faed46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed46 Color CSS Codes

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

#faed46 Text Font Color

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

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


#faed46 Background Color

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

This div background color is #faed46


#faed46 Border Color

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

This div border color is #faed46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed46

Related Colors


Comments

No comments written yet.

Please login to write comment.