Color Hex Logo

#fef7ad Color Hex

#FEF7AD
(254,247,173)
0 Favorites   0 Comments

Color spaces of #fef7ad

RGB 254247173
HSL0.150.980.84
HSV55°32°100°
CMYK 0.000.030.32   0.00
XYZ81.676690.609552.7197
Yxy90.60950.36300.4027
Hunter Lab95.1890-13.419533.7950
CIE-Lab96.2490-8.471536.4841

#fef7ad color RGB value is (254,247,173).

#fef7ad hex color red value is 254, green value is 247 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fef7ad hue: 0.15 , saturation: 0.98 and the lightness value of fef7ad is 0.84.

The process color (four color CMYK) of #fef7ad color hex is 0.00, 0.03, 0.32, 0.00. Web safe color of #fef7ad is #ffff99. Color #fef7ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 10101101
Octal 376 367 255
Decimal 254 247 173
Hex FE F7 AD

RGB Percentages of Color #fef7ad

%37.69
%36.65
%25.67

CMYK Percentages of Color #fef7ad

%0
%3
%32
%0

Triadic Colors of #fef7ad

#fef7ad #adfef7 #f7adfe

Analogous Colors of #fef7ad

#fef7ad #ddfead #fecfad

Monochromatic Colors of #fef7ad

#fef7ad

Complementary Color

#fef7ad #adb4fe

#fef7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef7ad Color CSS Codes

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

#fef7ad Text Font Color

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

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


#fef7ad Background Color

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

This div background color is #fef7ad


#fef7ad Border Color

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

This div border color is #fef7ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,247,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fef7ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fef7ad;
  -webkit-box-shadow: 1px 1px 3px 2px #fef7ad;
  box-shadow:         1px 1px 3px 2px #fef7ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,247,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef7ad

Related Colors


Comments

No comments written yet.

Please login to write comment.