Color Hex Logo

#fefdaf Color Hex

#FEFDAF
(254,253,175)
0 Favorites   0 Comments

Color spaces of #fefdaf

RGB 254253175
HSL0.160.980.84
HSV59°31°100°
CMYK 0.000.000.31   0.00
XYZ83.736294.416554.3683
Yxy94.41650.36010.4061
Hunter Lab97.1682-16.219134.8433
CIE-Lab97.7996-11.192437.5372

#fefdaf color RGB value is (254,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10101111
Octal 376 375 257
Decimal 254 253 175
Hex FE FD AF

RGB Percentages of Color #fefdaf

%37.24
%37.10
%25.66

CMYK Percentages of Color #fefdaf

%0
%0
%31
%0

Triadic Colors of #fefdaf

#fefdaf #affefd #fdaffe

Analogous Colors of #fefdaf

#fefdaf #d8feaf #fed6af

Monochromatic Colors of #fefdaf

#fefdaf

Complementary Color

#fefdaf #afb0fe

#fefdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdaf Color CSS Codes

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

#fefdaf Text Font Color

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

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


#fefdaf Background Color

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

This div background color is #fefdaf


#fefdaf Border Color

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

This div border color is #fefdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.