Color Hex Logo

#fad434 Color Hex

#FAD434
(250,212,52)
0 Favorites   0 Comments

Color spaces of #fad434

RGB 25021252
HSL0.130.950.59
HSV48°79°98°
CMYK 0.000.150.79   0.02
XYZ63.587767.658912.9569
Yxy67.65890.44100.4692
Hunter Lab82.2550-5.955948.2391
CIE-Lab85.8356-1.644477.2054

#fad434 color RGB value is (250,212,52).

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

The process color (four color CMYK) of #fad434 color hex is 0.00, 0.15, 0.79, 0.02. Web safe color of #fad434 is #ffcc33. Color #fad434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 00110100
Octal 372 324 64
Decimal 250 212 52
Hex FA D4 34

RGB Percentages of Color #fad434

%48.64
%41.25
%10.12

CMYK Percentages of Color #fad434

%0
%15
%79
%2

Triadic Colors of #fad434

#fad434 #34fad4 #d434fa

Analogous Colors of #fad434

#fad434 #bdfa34 #fa7134

Monochromatic Colors of #fad434

#fad434

Complementary Color

#fad434 #345afa

#fad434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad434 Color CSS Codes

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

#fad434 Text Font Color

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

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


#fad434 Background Color

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

This div background color is #fad434


#fad434 Border Color

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

This div border color is #fad434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad434


Comments

No comments written yet.

Please login to write comment.