Color Hex Logo

#fadb04 Color Hex

#FADB04
(250,219,4)
0 Favorites   0 Comments

Color spaces of #fadb04

RGB 2502194
HSL0.150.970.50
HSV52°98°98°
CMYK 0.000.120.98   0.02
XYZ64.777870.995810.4043
Yxy70.99580.44310.4857
Hunter Lab84.2590-10.223651.6602
CIE-Lab87.4830-6.033886.9835

#fadb04 color RGB value is (250,219,4).

#fadb04 hex color red value is 250, green value is 219 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fadb04 hue: 0.15 , saturation: 0.97 and the lightness value of fadb04 is 0.50.

The process color (four color CMYK) of #fadb04 color hex is 0.00, 0.12, 0.98, 0.02. Web safe color of #fadb04 is #ffcc00. Color #fadb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00000100
Octal 372 333 4
Decimal 250 219 4
Hex FA DB 4

RGB Percentages of Color #fadb04

%52.85
%46.30
%0.85

CMYK Percentages of Color #fadb04

%0
%12
%98
%2

Triadic Colors of #fadb04

#fadb04 #04fadb #db04fa

Analogous Colors of #fadb04

#fadb04 #9efa04 #fa6004

Monochromatic Colors of #fadb04

#fadb04

Complementary Color

#fadb04 #0423fa

#fadb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb04 Color CSS Codes

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

#fadb04 Text Font Color

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

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


#fadb04 Background Color

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

This div background color is #fadb04


#fadb04 Border Color

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

This div border color is #fadb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb04

Related Colors


Comments

No comments written yet.

Please login to write comment.