Color Hex Logo

#fdefcd Color Hex

#FDEFCD
(253,239,205)
0 Favorites   0 Comments

Color spaces of #fdefcd

RGB 253239205
HSL0.120.920.90
HSV43°19°99°
CMYK 0.000.060.19   0.01
XYZ82.394087.023470.2122
Yxy87.02340.34380.3632
Hunter Lab93.2863-5.593220.6757
CIE-Lab94.7482-0.614718.1569

#fdefcd color RGB value is (253,239,205).

#fdefcd hex color red value is 253, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fdefcd hue: 0.12 , saturation: 0.92 and the lightness value of fdefcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11001101
Octal 375 357 315
Decimal 253 239 205
Hex FD EF CD

RGB Percentages of Color #fdefcd

%36.30
%34.29
%29.41

CMYK Percentages of Color #fdefcd

%0
%6
%19
%1

Triadic Colors of #fdefcd

#fdefcd #cdfdef #efcdfd

Analogous Colors of #fdefcd

#fdefcd #f3fdcd #fdd7cd

Monochromatic Colors of #fdefcd

#fdefcd

Complementary Color

#fdefcd #cddbfd

#fdefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefcd Color CSS Codes

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

#fdefcd Text Font Color

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

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


#fdefcd Background Color

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

This div background color is #fdefcd


#fdefcd Border Color

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

This div border color is #fdefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefcd

Related Colors


Comments

No comments written yet.

Please login to write comment.