Color Hex Logo

#fadd04 Color Hex

#FADD04
(250,221,4)
0 Favorites   0 Comments

Color spaces of #fadd04

RGB 2502214
HSL0.150.970.50
HSV53°98°98°
CMYK 0.000.120.98   0.02
XYZ65.302772.045710.5792
Yxy72.04570.44150.4870
Hunter Lab84.8797-11.209652.0261
CIE-Lab87.9906-7.036587.3492

#fadd04 color RGB value is (250,221,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 00000100
Octal 372 335 4
Decimal 250 221 4
Hex FA DD 4

RGB Percentages of Color #fadd04

%52.63
%46.53
%0.84

CMYK Percentages of Color #fadd04

%0
%12
%98
%2

Triadic Colors of #fadd04

#fadd04 #04fadd #dd04fa

Analogous Colors of #fadd04

#fadd04 #9cfa04 #fa6204

Monochromatic Colors of #fadd04

#fadd04

Complementary Color

#fadd04 #0421fa

#fadd04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd04 Color CSS Codes

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

#fadd04 Text Font Color

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

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


#fadd04 Background Color

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

This div background color is #fadd04


#fadd04 Border Color

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

This div border color is #fadd04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd04


Comments

No comments written yet.

Please login to write comment.