Color Hex Logo

#fadd2d Color Hex

#FADD2D
(250,221,45)
0 Favorites   0 Comments

Color spaces of #fadd2d

RGB 25022145
HSL0.140.950.58
HSV52°82°98°
CMYK 0.000.120.82   0.02
XYZ65.754472.226412.9581
Yxy72.22640.43560.4785
Hunter Lab84.9861-10.618950.4501
CIE-Lab88.0775-6.396181.0676

#fadd2d color RGB value is (250,221,45).

#fadd2d hex color red value is 250, green value is 221 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fadd2d hue: 0.14 , saturation: 0.95 and the lightness value of fadd2d is 0.58.

The process color (four color CMYK) of #fadd2d color hex is 0.00, 0.12, 0.82, 0.02. Web safe color of #fadd2d is #ffcc33. Color #fadd2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 00101101
Octal 372 335 55
Decimal 250 221 45
Hex FA DD 2D

RGB Percentages of Color #fadd2d

%48.45
%42.83
%8.72

CMYK Percentages of Color #fadd2d

%0
%12
%82
%2

Triadic Colors of #fadd2d

#fadd2d #2dfadd #dd2dfa

Analogous Colors of #fadd2d

#fadd2d #b1fa2d #fa772d

Monochromatic Colors of #fadd2d

#fadd2d

Complementary Color

#fadd2d #2d4afa

#fadd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd2d Color CSS Codes

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

#fadd2d Text Font Color

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

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


#fadd2d Background Color

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

This div background color is #fadd2d


#fadd2d Border Color

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

This div border color is #fadd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd2d


Comments

No comments written yet.

Please login to write comment.