Color Hex Logo

#faed97 Color Hex

#FAED97
(250,237,151)
0 Favorites   0 Comments

Color spaces of #faed97

RGB 250237151
HSL0.140.910.79
HSV52°40°98°
CMYK 0.000.050.40   0.02
XYZ75.294483.126741.3548
Yxy83.12670.37690.4161
Hunter Lab91.1738-12.143036.9288
CIE-Lab93.0699-7.487143.2126

#faed97 color RGB value is (250,237,151).

#faed97 hex color red value is 250, green value is 237 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #faed97 hue: 0.14 , saturation: 0.91 and the lightness value of faed97 is 0.79.

The process color (four color CMYK) of #faed97 color hex is 0.00, 0.05, 0.40, 0.02. Web safe color of #faed97 is #ffff99. Color #faed97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10010111
Octal 372 355 227
Decimal 250 237 151
Hex FA ED 97

RGB Percentages of Color #faed97

%39.18
%37.15
%23.67

CMYK Percentages of Color #faed97

%0
%5
%40
%2

Triadic Colors of #faed97

#faed97 #97faed #ed97fa

Analogous Colors of #faed97

#faed97 #d6fa97 #fabc97

Monochromatic Colors of #faed97

#faed97

Complementary Color

#faed97 #97a4fa

#faed97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed97 Color CSS Codes

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

#faed97 Text Font Color

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

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


#faed97 Background Color

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

This div background color is #faed97


#faed97 Border Color

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

This div border color is #faed97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed97


Comments

No comments written yet.

Please login to write comment.