Color Hex Logo

#fada24 Color Hex

#FADA24
(250,218,36)
0 Favorites   0 Comments

Color spaces of #fada24

RGB 25021836
HSL0.140.960.56
HSV51°86°98°
CMYK 0.000.130.86   0.02
XYZ64.814270.594211.8790
Yxy70.59420.44010.4793
Hunter Lab84.0204-9.338850.4317
CIE-Lab87.2875-5.108882.5159

#fada24 color RGB value is (250,218,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00100100
Octal 372 332 44
Decimal 250 218 36
Hex FA DA 24

RGB Percentages of Color #fada24

%49.60
%43.25
%7.14

CMYK Percentages of Color #fada24

%0
%13
%86
%2

Triadic Colors of #fada24

#fada24 #24fada #da24fa

Analogous Colors of #fada24

#fada24 #affa24 #fa6f24

Monochromatic Colors of #fada24

#fada24

Complementary Color

#fada24 #2444fa

#fada24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada24 Color CSS Codes

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

#fada24 Text Font Color

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

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


#fada24 Background Color

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

This div background color is #fada24


#fada24 Border Color

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

This div border color is #fada24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada24

Related Colors


Comments

No comments written yet.

Please login to write comment.