Color Hex Logo

#fadf2e Color Hex

#FADF2E
(250,223,46)
0 Favorites   0 Comments

Color spaces of #fadf2e

RGB 25022346
HSL0.140.950.58
HSV52°82°98°
CMYK 0.000.110.82   0.02
XYZ66.305273.296613.2378
Yxy73.29660.43380.4796
Hunter Lab85.6134-11.580350.7618
CIE-Lab88.5890-7.369681.2468

#fadf2e color RGB value is (250,223,46).

#fadf2e hex color red value is 250, green value is 223 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fadf2e hue: 0.14 , saturation: 0.95 and the lightness value of fadf2e is 0.58.

The process color (four color CMYK) of #fadf2e color hex is 0.00, 0.11, 0.82, 0.02. Web safe color of #fadf2e is #ffcc33. Color #fadf2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00101110
Octal 372 337 56
Decimal 250 223 46
Hex FA DF 2E

RGB Percentages of Color #fadf2e

%48.17
%42.97
%8.86

CMYK Percentages of Color #fadf2e

%0
%11
%82
%2

Triadic Colors of #fadf2e

#fadf2e #2efadf #df2efa

Analogous Colors of #fadf2e

#fadf2e #affa2e #fa792e

Monochromatic Colors of #fadf2e

#fadf2e

Complementary Color

#fadf2e #2e49fa

#fadf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf2e Color CSS Codes

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

#fadf2e Text Font Color

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

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


#fadf2e Background Color

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

This div background color is #fadf2e


#fadf2e Border Color

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

This div border color is #fadf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf2e


Comments

No comments written yet.

Please login to write comment.