Color Hex Logo

#feeeaf Color Hex

#FEEEAF
(254,238,175)
0 Favorites   0 Comments

Color spaces of #feeeaf

RGB 254238175
HSL0.130.980.84
HSV48°31°100°
CMYK 0.000.060.31   0.00
XYZ79.185485.315052.8514
Yxy85.31500.36430.3925
Hunter Lab92.3661-8.612830.7309
CIE-Lab94.0187-3.740932.5080

#feeeaf color RGB value is (254,238,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10101111
Octal 376 356 257
Decimal 254 238 175
Hex FE EE AF

RGB Percentages of Color #feeeaf

%38.08
%35.68
%26.24

CMYK Percentages of Color #feeeaf

%0
%6
%31
%0

Triadic Colors of #feeeaf

#feeeaf #affeee #eeaffe

Analogous Colors of #feeeaf

#feeeaf #e7feaf #fec7af

Monochromatic Colors of #feeeaf

#feeeaf

Complementary Color

#feeeaf #afbffe

#feeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeeaf Color CSS Codes

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

#feeeaf Text Font Color

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

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


#feeeaf Background Color

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

This div background color is #feeeaf


#feeeaf Border Color

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

This div border color is #feeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.