Color Hex Logo

#fade2c Color Hex

#FADE2C
(250,222,44)
0 Favorites   0 Comments

Color spaces of #fade2c

RGB 25022244
HSL0.140.950.58
HSV52°82°98°
CMYK 0.000.110.82   0.02
XYZ66.000272.748412.9461
Yxy72.74840.43510.4796
Hunter Lab85.2927-11.137350.7056
CIE-Lab88.3276-6.923981.5292

#fade2c color RGB value is (250,222,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 00101100
Octal 372 336 54
Decimal 250 222 44
Hex FA DE 2C

RGB Percentages of Color #fade2c

%48.45
%43.02
%8.53

CMYK Percentages of Color #fade2c

%0
%11
%82
%2

Triadic Colors of #fade2c

#fade2c #2cfade #de2cfa

Analogous Colors of #fade2c

#fade2c #affa2c #fa772c

Monochromatic Colors of #fade2c

#fade2c

Complementary Color

#fade2c #2c48fa

#fade2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade2c Color CSS Codes

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

#fade2c Text Font Color

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

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


#fade2c Background Color

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

This div background color is #fade2c


#fade2c Border Color

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

This div border color is #fade2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade2c


Comments

No comments written yet.

Please login to write comment.