Color Hex Logo

#feeaaf Color Hex

#FEEAAF
(254,234,175)
0 Favorites   0 Comments

Color spaces of #feeaaf

RGB 254234175
HSL0.120.980.84
HSV45°31°100°
CMYK 0.000.080.31   0.00
XYZ78.033783.011652.4675
Yxy83.01160.36550.3888
Hunter Lab91.1107-6.563629.6344
CIE-Lab93.0195-1.726231.1668

#feeaaf color RGB value is (254,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10101111
Octal 376 352 257
Decimal 254 234 175
Hex FE EA AF

RGB Percentages of Color #feeaaf

%38.31
%35.29
%26.40

CMYK Percentages of Color #feeaaf

%0
%8
%31
%0

Triadic Colors of #feeaaf

#feeaaf #affeea #eaaffe

Analogous Colors of #feeaaf

#feeaaf #ebfeaf #fec3af

Monochromatic Colors of #feeaaf

#feeaaf

Complementary Color

#feeaaf #afc3fe

#feeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaaf Color CSS Codes

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

#feeaaf Text Font Color

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

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


#feeaaf Background Color

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

This div background color is #feeaaf


#feeaaf Border Color

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

This div border color is #feeaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,234,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 #feeaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaaf

#feeaaf Color Palettes


Comments

No comments written yet.

Please login to write comment.