Color Hex Logo

#fefdbd Color Hex

#FEFDBD
(254,253,189)
0 Favorites   0 Comments

Color spaces of #fefdbd

RGB 254253189
HSL0.160.970.87
HSV59°26°100°
CMYK 0.000.000.26   0.00
XYZ85.183694.995561.9904
Yxy94.99550.35180.3923
Hunter Lab97.4656-14.558430.5161
CIE-Lab98.0317-9.447030.8445

#fefdbd color RGB value is (254,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10111101
Octal 376 375 275
Decimal 254 253 189
Hex FE FD BD

RGB Percentages of Color #fefdbd

%36.49
%36.35
%27.16

CMYK Percentages of Color #fefdbd

%0
%0
%26
%0

Triadic Colors of #fefdbd

#fefdbd #bdfefd #fdbdfe

Analogous Colors of #fefdbd

#fefdbd #dffebd #feddbd

Monochromatic Colors of #fefdbd

#fefdbd

Complementary Color

#fefdbd #bdbefe

#fefdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdbd Color CSS Codes

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

#fefdbd Text Font Color

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

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


#fefdbd Background Color

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

This div background color is #fefdbd


#fefdbd Border Color

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

This div border color is #fefdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.