Color Hex Logo

#fdfdbd Color Hex

#FDFDBD
(253,253,189)
0 Favorites   0 Comments

Color spaces of #fdfdbd

RGB 253253189
HSL0.170.940.87
HSV60°25°99°
CMYK 0.000.000.25   0.01
XYZ84.818694.807361.9733
Yxy94.80730.35110.3924
Hunter Lab97.3690-14.903730.4215
CIE-Lab97.9564-9.811830.7298

#fdfdbd color RGB value is (253,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 10111101
Octal 375 375 275
Decimal 253 253 189
Hex FD FD BD

RGB Percentages of Color #fdfdbd

%36.40
%36.40
%27.19

CMYK Percentages of Color #fdfdbd

%0
%0
%25
%1

Triadic Colors of #fdfdbd

#fdfdbd #bdfdfd #fdbdfd

Analogous Colors of #fdfdbd

#fdfdbd #ddfdbd #fdddbd

Monochromatic Colors of #fdfdbd

#fdfdbd

Complementary Color

#fdfdbd #bdbdfd

#fdfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdbd Color CSS Codes

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

#fdfdbd Text Font Color

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

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


#fdfdbd Background Color

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

This div background color is #fdfdbd


#fdfdbd Border Color

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

This div border color is #fdfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdbd


Comments

No comments written yet.

Please login to write comment.