Color Hex Logo

#fdefd4 Color Hex

#FDEFD4
(253,239,212)
0 Favorites   0 Comments

Color spaces of #fdefd4

RGB 253239212
HSL0.110.910.91
HSV40°16°99°
CMYK 0.000.060.16   0.01
XYZ83.258287.369174.7631
Yxy87.36910.33930.3560
Hunter Lab93.4714-4.579018.0069
CIE-Lab94.89470.415014.7541

#fdefd4 color RGB value is (253,239,212).

#fdefd4 hex color red value is 253, green value is 239 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fdefd4 hue: 0.11 , saturation: 0.91 and the lightness value of fdefd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11010100
Octal 375 357 324
Decimal 253 239 212
Hex FD EF D4

RGB Percentages of Color #fdefd4

%35.94
%33.95
%30.11

CMYK Percentages of Color #fdefd4

%0
%6
%16
%1

Triadic Colors of #fdefd4

#fdefd4 #d4fdef #efd4fd

Analogous Colors of #fdefd4

#fdefd4 #f7fdd4 #fddbd4

Monochromatic Colors of #fdefd4

#fdefd4

Complementary Color

#fdefd4 #d4e2fd

#fdefd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefd4 Color CSS Codes

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

#fdefd4 Text Font Color

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

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


#fdefd4 Background Color

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

This div background color is #fdefd4


#fdefd4 Border Color

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

This div border color is #fdefd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefd4


Comments

No comments written yet.

Please login to write comment.