Color Hex Logo

#fadf00 Color Hex

#FADF00
(250,223,0)
1 Favorites   0 Comments

Color spaces of #fadf00

RGB 2502230
HSL0.151.000.49
HSV54°100°98°
CMYK 0.000.111.00   0.02
XYZ65.812073.099310.6409
Yxy73.09930.44010.4888
Hunter Lab85.4981-12.221752.4696
CIE-Lab88.4951-8.067088.0406

#fadf00 color RGB value is (250,223,0).

#fadf00 hex color red value is 250, green value is 223 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fadf00 hue: 0.15 , saturation: 1.00 and the lightness value of fadf00 is 0.49.

The process color (four color CMYK) of #fadf00 color hex is 0.00, 0.11, 1.00, 0.02. Web safe color of #fadf00 is #ffcc00. Color #fadf00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00000000
Octal 372 337 0
Decimal 250 223 0
Hex FA DF 0

RGB Percentages of Color #fadf00

%52.85
%47.15
%0.00

CMYK Percentages of Color #fadf00

%0
%11
%100
%2

Triadic Colors of #fadf00

#fadf00 #00fadf #df00fa

Analogous Colors of #fadf00

#fadf00 #98fa00 #fa6200

Monochromatic Colors of #fadf00

#fadf00

Complementary Color

#fadf00 #001bfa

#fadf00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf00 Color CSS Codes

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

#fadf00 Text Font Color

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

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


#fadf00 Background Color

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

This div background color is #fadf00


#fadf00 Border Color

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

This div border color is #fadf00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf00

Related Colors


Comments

No comments written yet.

Please login to write comment.