Color Hex Logo

#fad33d Color Hex

#FAD33D
(250,211,61)
0 Favorites   0 Comments

Color spaces of #fad33d

RGB 25021161
HSL0.130.950.61
HSV48°76°98°
CMYK 0.000.160.76   0.02
XYZ63.560967.249414.0453
Yxy67.24940.43880.4643
Hunter Lab82.0057-5.158547.2493
CIE-Lab85.6297-0.818574.1697

#fad33d color RGB value is (250,211,61).

#fad33d hex color red value is 250, green value is 211 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fad33d hue: 0.13 , saturation: 0.95 and the lightness value of fad33d is 0.61.

The process color (four color CMYK) of #fad33d color hex is 0.00, 0.16, 0.76, 0.02. Web safe color of #fad33d is #ffcc33. Color #fad33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 00111101
Octal 372 323 75
Decimal 250 211 61
Hex FA D3 3D

RGB Percentages of Color #fad33d

%47.89
%40.42
%11.69

CMYK Percentages of Color #fad33d

%0
%16
%76
%2

Triadic Colors of #fad33d

#fad33d #3dfad3 #d33dfa

Analogous Colors of #fad33d

#fad33d #c3fa3d #fa753d

Monochromatic Colors of #fad33d

#fad33d

Complementary Color

#fad33d #3d64fa

#fad33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad33d Color CSS Codes

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

#fad33d Text Font Color

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

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


#fad33d Background Color

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

This div background color is #fad33d


#fad33d Border Color

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

This div border color is #fad33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad33d


Comments

No comments written yet.

Please login to write comment.