Color Hex Logo

#fdf5cb Color Hex

#FDF5CB
(253,245,203)
0 Favorites   0 Comments

Color spaces of #fdf5cb

RGB 253245203
HSL0.140.930.89
HSV50°20°99°
CMYK 0.000.030.20   0.01
XYZ83.939990.499369.5439
Yxy90.49930.34400.3709
Hunter Lab95.1311-8.978223.2489
CIE-Lab96.2035-3.924421.2160

#fdf5cb color RGB value is (253,245,203).

#fdf5cb hex color red value is 253, green value is 245 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdf5cb hue: 0.14 , saturation: 0.93 and the lightness value of fdf5cb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 11001011
Octal 375 365 313
Decimal 253 245 203
Hex FD F5 CB

RGB Percentages of Color #fdf5cb

%36.09
%34.95
%28.96

CMYK Percentages of Color #fdf5cb

%0
%3
%20
%1

Triadic Colors of #fdf5cb

#fdf5cb #cbfdf5 #f5cbfd

Analogous Colors of #fdf5cb

#fdf5cb #ecfdcb #fddccb

Monochromatic Colors of #fdf5cb

#fdf5cb

Complementary Color

#fdf5cb #cbd3fd

#fdf5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf5cb Color CSS Codes

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

#fdf5cb Text Font Color

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

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


#fdf5cb Background Color

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

This div background color is #fdf5cb


#fdf5cb Border Color

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

This div border color is #fdf5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf5cb

Related Colors


Comments

No comments written yet.

Please login to write comment.