Color Hex Logo

#fefdb7 Color Hex

#FEFDB7
(254,253,183)
0 Favorites   0 Comments

Color spaces of #fefdb7

RGB 254253183
HSL0.160.970.86
HSV59°28°100°
CMYK 0.000.000.28   0.00
XYZ84.545694.740358.6304
Yxy94.74030.35540.3982
Hunter Lab97.3346-15.289132.4204
CIE-Lab97.9295-10.213033.7189

#fefdb7 color RGB value is (254,253,183).

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

The process color (four color CMYK) of #fefdb7 color hex is 0.00, 0.00, 0.28, 0.00. Web safe color of #fefdb7 is #ffffcc. Color #fefdb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10110111
Octal 376 375 267
Decimal 254 253 183
Hex FE FD B7

RGB Percentages of Color #fefdb7

%36.81
%36.67
%26.52

CMYK Percentages of Color #fefdb7

%0
%0
%28
%0

Triadic Colors of #fefdb7

#fefdb7 #b7fefd #fdb7fe

Analogous Colors of #fefdb7

#fefdb7 #dcfeb7 #fedab7

Monochromatic Colors of #fefdb7

#fefdb7

Complementary Color

#fefdb7 #b7b8fe

#fefdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdb7 Color CSS Codes

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

#fefdb7 Text Font Color

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

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


#fefdb7 Background Color

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

This div background color is #fefdb7


#fefdb7 Border Color

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

This div border color is #fefdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdb7


Comments

No comments written yet.

Please login to write comment.