Color Hex Logo

#fadd31 Color Hex

#FADD31
(250,221,49)
0 Favorites   0 Comments

Color spaces of #fadd31

RGB 25022149
HSL0.140.950.59
HSV51°80°98°
CMYK 0.000.120.80   0.02
XYZ65.835272.258613.3832
Yxy72.25860.43460.4770
Hunter Lab85.0051-10.513250.1689
CIE-Lab88.0929-6.281780.0300

#fadd31 color RGB value is (250,221,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 00110001
Octal 372 335 61
Decimal 250 221 49
Hex FA DD 31

RGB Percentages of Color #fadd31

%48.08
%42.50
%9.42

CMYK Percentages of Color #fadd31

%0
%12
%80
%2

Triadic Colors of #fadd31

#fadd31 #31fadd #dd31fa

Analogous Colors of #fadd31

#fadd31 #b3fa31 #fa7931

Monochromatic Colors of #fadd31

#fadd31

Complementary Color

#fadd31 #314efa

#fadd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd31 Color CSS Codes

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

#fadd31 Text Font Color

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

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


#fadd31 Background Color

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

This div background color is #fadd31


#fadd31 Border Color

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

This div border color is #fadd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd31


Comments

No comments written yet.

Please login to write comment.