Color Hex Logo

#fffeaf Color Hex

#FFFEAF
(255,254,175)
0 Favorites   0 Comments

Color spaces of #fffeaf

RGB 255254175
HSL0.161.000.84
HSV59°31°100°
CMYK 0.000.000.31   0.00
XYZ84.419795.238854.4910
Yxy95.23880.36050.4067
Hunter Lab97.5904-16.373335.2078
CIE-Lab98.1290-11.311637.9859

#fffeaf color RGB value is (255,254,175).

#fffeaf hex color red value is 255, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fffeaf hue: 0.16 , saturation: 1.00 and the lightness value of fffeaf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10101111
Octal 377 376 257
Decimal 255 254 175
Hex FF FE AF

RGB Percentages of Color #fffeaf

%37.28
%37.13
%25.58

CMYK Percentages of Color #fffeaf

%0
%0
%31
%0

Triadic Colors of #fffeaf

#fffeaf #affffe #feafff

Analogous Colors of #fffeaf

#fffeaf #d8ffaf #ffd6af

Monochromatic Colors of #fffeaf

#fffeaf

Complementary Color

#fffeaf #afb0ff

#fffeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeaf Color CSS Codes

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

#fffeaf Text Font Color

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

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


#fffeaf Background Color

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

This div background color is #fffeaf


#fffeaf Border Color

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

This div border color is #fffeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeaf

Related Colors

#fffeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.