Color Hex Logo

#fefdbf Color Hex

#FEFDBF
(254,253,191)
0 Favorites   0 Comments

Color spaces of #fefdbf

RGB 254253191
HSL0.160.970.87
HSV59°25°100°
CMYK 0.000.000.25   0.00
XYZ85.402395.083063.1419
Yxy95.08300.35050.3903
Hunter Lab97.5105-14.308329.8647
CIE-Lab98.0667-9.185729.8848

#fefdbf color RGB value is (254,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10111111
Octal 376 375 277
Decimal 254 253 191
Hex FE FD BF

RGB Percentages of Color #fefdbf

%36.39
%36.25
%27.36

CMYK Percentages of Color #fefdbf

%0
%0
%25
%0

Triadic Colors of #fefdbf

#fefdbf #bffefd #fdbffe

Analogous Colors of #fefdbf

#fefdbf #e0febf #fedebf

Monochromatic Colors of #fefdbf

#fefdbf

Complementary Color

#fefdbf #bfc0fe

#fefdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdbf Color CSS Codes

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

#fefdbf Text Font Color

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

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


#fefdbf Background Color

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

This div background color is #fefdbf


#fefdbf Border Color

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

This div border color is #fefdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.