Color Hex Logo

#fefbd9 Color Hex

#FEFBD9
(254,251,217)
0 Favorites   0 Comments

Color spaces of #fefbd9

RGB 254251217
HSL0.150.950.92
HSV55°15°100°
CMYK 0.000.010.15   0.00
XYZ87.894695.074979.3644
Yxy95.07490.33500.3624
Hunter Lab97.5064-9.731919.9959
CIE-Lab98.0635-4.523216.6697

#fefbd9 color RGB value is (254,251,217).

#fefbd9 hex color red value is 254, green value is 251 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fefbd9 hue: 0.15 , saturation: 0.95 and the lightness value of fefbd9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11011001
Octal 376 373 331
Decimal 254 251 217
Hex FE FB D9

RGB Percentages of Color #fefbd9

%35.18
%34.76
%30.06

CMYK Percentages of Color #fefbd9

%0
%1
%15
%0

Triadic Colors of #fefbd9

#fefbd9 #d9fefb #fbd9fe

Analogous Colors of #fefbd9

#fefbd9 #effed9 #fee9d9

Monochromatic Colors of #fefbd9

#fefbd9

Complementary Color

#fefbd9 #d9dcfe

#fefbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbd9 Color CSS Codes

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

#fefbd9 Text Font Color

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

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


#fefbd9 Background Color

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

This div background color is #fefbd9


#fefbd9 Border Color

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

This div border color is #fefbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbd9

Related Colors


Comments

No comments written yet.

Please login to write comment.