Color Hex Logo

#fad848 Color Hex

#FAD848
(250,216,72)
0 Favorites   0 Comments

Color spaces of #fad848

RGB 25021672
HSL0.130.950.63
HSV49°71°98°
CMYK 0.000.140.71   0.02
XYZ65.149969.903616.1899
Yxy69.90360.43080.4622
Hunter Lab83.6084-7.222647.0450
CIE-Lab86.9496-2.893871.5435

#fad848 color RGB value is (250,216,72).

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

The process color (four color CMYK) of #fad848 color hex is 0.00, 0.14, 0.71, 0.02. Web safe color of #fad848 is #ffcc33. Color #fad848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01001000
Octal 372 330 110
Decimal 250 216 72
Hex FA D8 48

RGB Percentages of Color #fad848

%46.47
%40.15
%13.38

CMYK Percentages of Color #fad848

%0
%14
%71
%2

Triadic Colors of #fad848

#fad848 #48fad8 #d848fa

Analogous Colors of #fad848

#fad848 #c3fa48 #fa7f48

Monochromatic Colors of #fad848

#fad848

Complementary Color

#fad848 #486afa

#fad848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad848 Color CSS Codes

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

#fad848 Text Font Color

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

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


#fad848 Background Color

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

This div background color is #fad848


#fad848 Border Color

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

This div border color is #fad848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad848

Related Colors


Comments

No comments written yet.

Please login to write comment.