Color Hex Logo

#fdefc1 Color Hex

#FDEFC1
(253,239,193)
0 Favorites   0 Comments

Color spaces of #fdefc1

RGB 253239193
HSL0.130.940.87
HSV46°24°99°
CMYK 0.000.060.24   0.01
XYZ81.000286.465962.8725
Yxy86.46590.35170.3754
Hunter Lab92.9870-7.237525.0024
CIE-Lab94.5112-2.296723.9921

#fdefc1 color RGB value is (253,239,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 11000001
Octal 375 357 301
Decimal 253 239 193
Hex FD EF C1

RGB Percentages of Color #fdefc1

%36.93
%34.89
%28.18

CMYK Percentages of Color #fdefc1

%0
%6
%24
%1

Triadic Colors of #fdefc1

#fdefc1 #c1fdef #efc1fd

Analogous Colors of #fdefc1

#fdefc1 #edfdc1 #fdd1c1

Monochromatic Colors of #fdefc1

#fdefc1

Complementary Color

#fdefc1 #c1cffd

#fdefc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefc1 Color CSS Codes

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

#fdefc1 Text Font Color

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

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


#fdefc1 Background Color

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

This div background color is #fdefc1


#fdefc1 Border Color

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

This div border color is #fdefc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefc1


Comments

No comments written yet.

Please login to write comment.