Color Hex Logo

#faed63 Color Hex

#FAED63
(250,237,99)
0 Favorites   0 Comments

Color spaces of #faed63

RGB 25023799
HSL0.150.940.68
HSV55°60°98°
CMYK 0.000.050.60   0.02
XYZ71.960781.793223.7993
Yxy81.79320.40530.4607
Hunter Lab90.4396-16.241047.7055
CIE-Lab92.4835-11.890966.5652

#faed63 color RGB value is (250,237,99).

#faed63 hex color red value is 250, green value is 237 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #faed63 hue: 0.15 , saturation: 0.94 and the lightness value of faed63 is 0.68.

The process color (four color CMYK) of #faed63 color hex is 0.00, 0.05, 0.60, 0.02. Web safe color of #faed63 is #ffff66. Color #faed63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01100011
Octal 372 355 143
Decimal 250 237 99
Hex FA ED 63

RGB Percentages of Color #faed63

%42.66
%40.44
%16.89

CMYK Percentages of Color #faed63

%0
%5
%60
%2

Triadic Colors of #faed63

#faed63 #63faed #ed63fa

Analogous Colors of #faed63

#faed63 #bcfa63 #faa263

Monochromatic Colors of #faed63

#faed63

Complementary Color

#faed63 #6370fa

#faed63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed63 Color CSS Codes

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

#faed63 Text Font Color

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

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


#faed63 Background Color

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

This div background color is #faed63


#faed63 Border Color

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

This div border color is #faed63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed63


Comments

No comments written yet.

Please login to write comment.