Color Hex Logo

#fadc24 Color Hex

#FADC24
(250,220,36)
0 Favorites   0 Comments

Color spaces of #fadc24

RGB 25022036
HSL0.140.960.56
HSV52°86°98°
CMYK 0.000.120.86   0.02
XYZ65.336071.637812.0530
Yxy71.63780.43840.4807
Hunter Lab84.6391-10.327850.8042
CIE-Lab87.7940-6.114082.9248

#fadc24 color RGB value is (250,220,36).

#fadc24 hex color red value is 250, green value is 220 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #fadc24 hue: 0.14 , saturation: 0.96 and the lightness value of fadc24 is 0.56.

The process color (four color CMYK) of #fadc24 color hex is 0.00, 0.12, 0.86, 0.02. Web safe color of #fadc24 is #ffcc33. Color #fadc24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 00100100
Octal 372 334 44
Decimal 250 220 36
Hex FA DC 24

RGB Percentages of Color #fadc24

%49.41
%43.48
%7.11

CMYK Percentages of Color #fadc24

%0
%12
%86
%2

Triadic Colors of #fadc24

#fadc24 #24fadc #dc24fa

Analogous Colors of #fadc24

#fadc24 #adfa24 #fa7124

Monochromatic Colors of #fadc24

#fadc24

Complementary Color

#fadc24 #2442fa

#fadc24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc24 Color CSS Codes

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

#fadc24 Text Font Color

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

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


#fadc24 Background Color

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

This div background color is #fadc24


#fadc24 Border Color

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

This div border color is #fadc24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc24

Related Colors


Comments

No comments written yet.

Please login to write comment.